CLI for scaffolding NestJs projects
* NestJs Scaffolding generation
* Usage
* Commands
``bash
$ npm install -g @atarraya/nestcli
$ nestcli COMMAND
running command...
USAGE
...
`
* nestcli help
* nestcli new NAME
Display help about use this CLI
`
USAGE
$ nestcli help
DESCRIPTION
Display help about use this CLI
`
_See code: dist/commands/help/index.ts_
Create a new NestJs project
`
USAGE
$ nestcli new [NAME] [-t http|microservice|hybrid] [--auth apiKey|jwt|all|none] [--db
postgres|mongodb|mysql|mariadb|mssql|none] [-h] [-n
ARGUMENTS
NAME Name of project (kebab-case)
FLAGS
-h, --healthchecks Add healthchecks to project
-n, --dockerNodeImage=
-t, --type=
DESCRIPTION
Create a new NestJs project
`
_See code: dist/commands/new/index.ts_
- nestcli help
- nestcli new project-name
Display help about use this CLI
`
USAGE
$ nestcli help
DESCRIPTION
Display help about use this CLI
`
Create a new NestJs project
`
USAGE
$ nestcli new
DESCRIPTION
Create a new NestJs project
``