Skip to content

Commit 273e858

Browse files
author
Mick Lawitzke
authored
Corrected command to generate new application
Correct command for generating an application. As stated here: https://docs.nestjs.com/cli/monorepo the correct one is `app` - while `application` seems to create a new nest-application with its own package.json
1 parent 74a96c8 commit 273e858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cli/usages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ nest g <schematic> <name> [options]
5555

5656
| Name | Alias | Description |
5757
| ------------- | ----- | --------------------------------------------------------------------------------------------------- |
58-
| `application` | | Generate a new application within a monorepo (converting to monorepo if it's a standard structure). |
58+
| `app` | | Generate a new application within a monorepo (converting to monorepo if it's a standard structure). |
5959
| `library` | `lib` | Generate a new library within a monorepo (converting to monorepo if it's a standard structure). |
6060
| `class` | `cl` | Generate a new class. |
6161
| `controller` | `co` | Generate a controller declaration. |

0 commit comments

Comments
 (0)