nest generate sub-app <sub-app>
Generate a new application within a monorepo
Arguments
Name | Description |
---|---|
sub-app | The name of the sub-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 |