This CLI is build with OCliff
and consists of core part that enables logging, and loading of user profiles
and of different plugins.
These are optional but highly recommended steps
- Install nvm
- Run
nvm use
All of the following commands must be run in the root directory of the repository.
- Install the dependencies:
yarn install
- Build artifacts (this needs to be run everytime some code changes):
lerna run build
Once the project has been built, you can choose to run it like so:
node packages/cli/bin/run <subcommand>