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