CLI for scaffolding NestJs projects
npm install @atarraya/creatorcliThis is a simple CLI package for helping into creating new projects based on NestJs and custom templates: Microservice and Http Service
- Node Js >= 14
- Nest Js CLI (global installation)
``bash`
$ npm install -g @atarraya/creatorcli
It's possible execute two commands at the moment:
`bash`
$ nestcli helpShows help documnentations
`bash``
$ nestcli new You can pass --module=
To set template pass --microservice (-m) or --httpservice (-h)
If you work with http service, can pass --db=
If you do not pass arguments, the CLI will ask for them