Skip to content

Commit 5a429ad

Browse files
Merge pull request #1347 from dkantereivin/dkantereivin-pnpm
docs(cli): added pnpm to cli usages page
2 parents a260e55 + cf52570 commit 5a429ad

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
@@ -31,7 +31,7 @@ Creates and initializes a new Nest project. Prompts for package manager.
3131
| `--dry-run` | Reports changes that would be made, but does not change the filesystem.<br/> Alias: `-d` |
3232
| `--skip-git` | Skip git repository initialization.<br/> Alias: `-g` |
3333
| `--skip-install` | Skip package installation.<br/> Alias: `-s` |
34-
| `--package-manager [package-manager]` | Specify package manager. Use `npm` or `yarn`. Package manager must be installed globally.<br/> Alias: `-p` |
34+
| `--package-manager [package-manager]` | Specify package manager. Use `npm`, `yarn`, or `pnpm`. Package manager must be installed globally.<br/> Alias: `-p` |
3535
| `--language [language]` | Specify programming language (`TS` or `JS`).<br/> Alias: `-l` |
3636
| `--collection [collectionName]` | Specify schematics collection. Use package name of installed npm package containing schematic.<br/> Alias: `-c` |
3737

0 commit comments

Comments
 (0)