@nrwl/next:component
Create a React Component for Next.
Examples
nx g component my-cmp --project=my-app
Usage
nx generate component ...
By default, Nx will search for component
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
nx g @nrwl/next:component ...
Show what will be generated without writing to disk:
nx g component ... --dry-run