nx/docs/react/api-workspace/npmscripts/list-schematic-collection.md

550 B

list [schematic-collection]

Lists the available collections or the schematics within a collection if one is provided as an argument.

Usage

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:

nx list

List the schematics available in the @nrwl/web collection:

nx list @nrwl/web

Options

help

Show help

version

Show version number