$ npm install -g @realvikas/nodegenAfter installation you have access to the binary. You can use the following command to verify the installation.
nodegen -vFor getting help about the cli
nodegen --helpCreating the app:
$ nodegen initThis command will guide you to a series of question.
> app
> {component}
- {component}.controllers.js
- {component}.dal.js
- {component}.model.js
- {component}.routes.js
- app.js
> bin
- www.js
> config
- keys.js
> src
- server.js
> utils
- error.js
.env
.eslintignore
.eslintrc.json
.gitignore
LICENSE
README.md
package.json