@nrwl/workspace:new
Create an empty workspace.
Usage
nx generate new ...
By default, Nx will search for new
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/workspace:new ...
Show what will be generated without writing to disk:
nx g new ... --dry-run