$ npm install -g @realvikas/nodegen
After installation you have access to the binary. You can use the following command to verify the installation.
nodegen -v
For getting help about the cli
nodegen --help
Creating the app:
$ nodegen init
This 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