2019-10-02 16:26:28 -04:00

484 B

dep-graph

Graph dependencies within workspace

Usage

nx dep-graph

Install @nrwl/cli globally to invoke the command directly using nx, or use npm run nx or yarn nx.

Examples

Open the dep graph of the workspace in the browser:

nx dep-graph

Save the dep graph into a json file:

nx dep-graph --file=output.json

Options

file

output file (e.g. --file=output.json)

help

Show help

version

Show version number