Files
2026-07-13 12:38:36 +08:00

10 lines
210 B
Markdown

## Examples
##### 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
```