@okode/cli

Okode CLI

Usage no npm install needed!

<script type="module">
  import okodeCli from 'https://cdn.skypack.dev/@okode/cli';
</script>

README

Okode CLI

The Okode command line interface (CLI) is the global tool for developing apps at Okode.

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