10 lines
199 B
Markdown
10 lines
199 B
Markdown
## Examples
|
|
|
|
##### Basic executable
|
|
|
|
Create an executable that initializes an Nx workspace with {my-plugin}'s preset:
|
|
|
|
```bash
|
|
nx g @nx/plugin:create-package create-my-plugin --project my-plugin
|
|
```
|