Emitbase CLI
Command Line Interface (CLI) for Emitbase.
Getting Started
Step 1: Install CLI
If you use npm, run the following command:
$ npm install -g @emitbase/emitbase-cliIf you use yarn, run the following command:
$ yarn add global @emitbase/emitbase-cliStep 2: Init of a new Emitbase project
$ npx emitbase init <PROJECT-NAME>Conclusion
Thank you for using Emitbase! If you run into any problem, please open an issue.