Skip to content

Commit 5c2c7af

Browse files
committed
build(deps): deps updated
1 parent 3254412 commit 5c2c7af

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

DEVELOPMENT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ nx g @nrwl/nx-plugin:plugin [pluginName]
1414
# example:
1515
nx g @nrwl/nx-plugin:plugin ddd -d
1616
nx g @nrwl/nx-plugin:plugin begetter -d
17+
18+
# to add new builder to your plugin
19+
nx g @nrwl/nx-plugin:builder my-builder --project=begetter --description='My builder description' -d
20+
# to add new schematic to your plugin
21+
nx g @nrwl/nx-plugin:schematic my-schematic --project=begetter --description='My schematic description' -d
22+
# if you want to add migrations later
23+
nx g @nrwl/nx-plugin:migration --project=begetter --version=1.2.3 -d
1724
```
1825

1926
When you change any schematics's `schema.json`, run the following command to generate `schema.d.ts`

0 commit comments

Comments
 (0)