You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tools/workspace-plugin/STYLE-GUIDE.md
+13-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Generators
4
4
5
-
Generators should live in the `tools/generators` folder. [Learn more about Nx generators](https://nx.dev/generators/workspace-generators).
5
+
Generators live in the `tools/workspace-plugin/src/generators` folder. [Learn more about Nx generators](https://nx.dev/generators/workspace-generators).
6
6
7
7
### Scaffolding
8
8
@@ -52,7 +52,7 @@ Integration tests for the generator as a whole.
52
52
53
53
TypeScript interface that matches `schema.json`. You can generate this from the json file by running:
Provides a description of the generator, available options, validation information, and default values. This is processed by nx cli when invoking generator to provide argument validations/processing/prompts.
103
111
104
112
### Bootstrap new executor
105
113
106
-
TBA
114
+
`yarn nx g @nx/plugin:executor --directory tools/workspace-plugin/src/executors/<name-of-executor>`
0 commit comments