Vobi Cli
Command line tool for Vobi Backend
Install
Install vobi-cli
npm install -g vobi-cli
after installing vobi-cli
you can create new project by running
vobi-cli new myApp
Usage
Run command from project`s root folder
vobi-cli [method]
Methods
name | Options | description |
---|---|---|
generate:module |
- | Generate new module scaffolding for project |
Create new module
vobi-cli generate:module [module name]