@okode/cli
v2.0.35
Published
Okode CLI
Readme
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 buildRunning from source repo
$ bin/okodePublishing
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/cliRunning from global installation
$ okodeUninstalling
$ npm remove -g @okode/cli