We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ab77908 commit 77bdb9bCopy full SHA for 77bdb9b
lib/usage.txt
@@ -15,6 +15,12 @@ Install a generator:
15
$ npm install generator-angular
16
$ yo angular --help
17
18
+Run local generators:
19
+
20
+ Additionally, you can also run local generators without installing via npm.
21
22
+ $ yo ./path/to/some/generator
23
24
Completion:
25
26
To enable shell completion for the yo command, try running
readme.md
@@ -27,6 +27,12 @@ yo webapp
27
28
*To create and distribute your own generator, refer to [our official documentation](http://yeoman.io/authoring/)*
29
30
+You can also run a local generator on your computer as such:
31
32
+```sh
33
+# Running a local generator
34
+yo ./path/to/local/generator
35
+```
36
37
## Options
38
0 commit comments