Skip to content

Commit 20cc9d3

Browse files
committed
docs(generators:app): create app.md
[skip ci]
1 parent 8d5f493 commit 20cc9d3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/generators/app.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### App
2+
Sets up a new AngularJS + Express app, generating all the boilerplate you need to get started.
3+
4+
Usage:
5+
```bash
6+
Usage:
7+
yo angular-fullstack:app [options] [<name>]
8+
9+
Options:
10+
-h, --help # Print the generator's options and usage
11+
--skip-cache # Do not remember prompt answers Default: false
12+
--skip-install # Do not install dependencies Default: false
13+
--app-suffix # Allow a custom suffix to be added to the module name Default: App
14+
15+
Arguments:
16+
name Type: String Required: false
17+
```

0 commit comments

Comments
 (0)