npm install --save @kubelt/kubelt-js
function myName (first, last) {
var string = "My name is" ;
return string + first + last;
}
npm install -g @kubelt/kubelt-cli
function myName (first, last) {
var string = "My name is" ;
return string + first + last; vvvvv
}
function myName (first, last) {
var string = "My name is" ;
return string + first + last;
}
Kubelt’s SDK is written in Clojure so it can be built for browsers and servers.
Use Kubelt libraries in the browser without extra build processes.
Generate local emulators using open rpc specifications customise your own front-end.
Manage Kubelt applications from your local machine and continuous integration pipelines.