@nrwl/nest:resource
Nest Resource Options Schema.
Usage
nx generate resource ...
By default, Nx will search for resource
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/nest:resource ...
Show what will be generated without writing to disk:
nx g resource ... --dry-run