Okode CLI
The Okode command line interface (CLI) is the global tool for developing
apps at Okode.Requirements
- Node 16+
Building
$ npm ci
$ npm run build
Running from source repo
$ bin/okode
Publishing
Build project and then run the release script:$ ./release.sh [CURRENT_VERSION] [NEXT_VERSION]
Installing from local folder
Build project and then run the release script:$ npm i -g .
Installation from NPM
$ npm i -g @okode/cli
Running from global installation
$ okode
Uninstalling
$ npm remove -g @okode/cli