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

14 lines
257 B
Markdown

## Examples
{% tabs %}
{% tab label="E2E Project" %}
Scaffolds an E2E project for the plugin `my-plugin`.
```bash
nx g @nx/plugin:e2e-project --pluginName my-plugin --npmPackageName my-plugin --pluginOutputPath dist/my-plugin
```
{% /tab %}
{% /tabs %}