# list [schematic-collection] Lists the available collections or the schematics within a collection if one is provided as an argument. ## Usage ```bash nx list [schematic-collection] ``` Install `@nrwl/cli` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`. ### Examples List the collections installed in the current workspace: ```bash nx list ``` List the schematics available in the `@nrwl/web` collection: ```bash nx list @nrwl/web ``` ## Options ### help Show help ### version Show version number