@nx/workspace:workspace-generator

Create a custom generator.

Usage

1nx generate workspace-generator ... 2
1nx g workspace-schematic ... #same 2

By default, Nx will search for workspace-generator in the default collection provisioned in workspace.json.

You can specify the collection explicitly as follows:

1nx g @nx/workspace:workspace-generator ... 2
Nx 15 and lower use @nrwl/ instead of @nx/

Show what will be generated without writing to disk:

1nx g workspace-generator ... --dry-run 2

Options