nest build [app]
Builds Nest application
Arguments
Name | Description |
---|---|
app | The name of the app |
Options
Name | Description |
---|---|
-d, --dry-run | Report actions that would be taken without writing out results |
-p, --project <project> | Project in which to generate files |
--flat | Enforce flat structure of generated element |
--spec | Enforce spec files generation (default: true) |
--no-spec | Disable spec files generation |
-c, --collection <collection> | Schematics collection to use |