We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d14e51 commit 79d0140Copy full SHA for 79d0140
src/cli.js
@@ -17,11 +17,11 @@ const cli = meow(`
17
--yarn Use Yarn
18
19
Examples
20
- $ create-express-app
21
- $ create-express-app my-app
22
- $ create-express-app my-app -d
23
- $ create-express-app my-app --template=TypeScript-Inversify-TypeORM -y
24
- $ create-express-app my-app --template=tsti -y
+ $ create-express-template
+ $ create-express-template my-app
+ $ create-express-template my-app -d
+ $ create-express-template my-app --template=TypeScript-Inversify-TypeORM -y
+ $ create-express-template my-app --template=tsti -y
25
`, {
26
flags: {
27
template: {
0 commit comments