nx graph
Graph dependencies within workspace
Options
Name | Description |
---|---|
--exclude <projects> | Exclude certain projects from being processed |
--file <arg> | Output file (e.g. --file=output.json or --file=dep-graph.html) |
--focus <project> | Use to show the project graph for a particular project and every node that is either an ancestor or a descendant |
--groupByFolder | Group projects by folder in the project graph |
--help | Show help |
--host <arg> | Bind the project graph server to a specific ip address |
--open | Open the project graph in the browser |
--port <arg> | Bind the project graph server to a specific port |
--targets <targets> | Targets (comma/space delimited) |
--version | Show version number |
--view <arg> | Choose whether to view the projects or task graph |
--watch | Watch for changes to project graph and update in-browser |