@nx/workspace:workspace-generator

Create a custom generator.

Usage

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

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

You can specify the collection explicitly as follows:

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

Show what will be generated without writing to disk:

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

Options