@nx/workspace:new
Create an empty workspace.
Please do not extend this schema as it is part of Nx internal usage.
Create an empty workspace.
1nx generate new ...
2
By default, Nx will search for new
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
1nx g @nx/workspace:new ...
2
Show what will be generated without writing to disk:
1nx g new ... --dry-run
2