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 8d5f493 commit 20cc9d3Copy full SHA for 20cc9d3
docs/generators/app.md
@@ -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
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