nx/packages/plugin/docs/generators/create-package-examples.md
2023-07-25 18:15:26 -04:00

14 lines
246 B
Markdown

## Examples
{% tabs %}
{% tab label="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
```
{% /tab %}
{% /tabs %}