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