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