Follow our installation guide to install the CLI on your computer or server.
Install the dependencies:
yarn
In order to build:
yarn run build
In order to link:
yarn link
In order to bundle for Linux-x64, macOS-x64 and Windows-x64:
yarn run pkg
It outputs in bundle
directory. Be aware you must use the same Node version as the target.
[!NOTE] If you're using vscode, you need to enable eslint flat configuration in your settings
.vscode/settings.json
."eslint.experimental.useFlatConfig": true`
You can use --debug
to see all the debug logs of the CLI.
yarn run version:bump
This will change the version of the application with the following rules
See src/modules/crypto/README.md.
Feel free to contribute to this project, fork and pull request your ideas. Don't include work that is not open source or not from you.