nx/docs/shared/recipes/export-project-graph.md
2022-10-13 21:25:40 +00:00

284 B

Export Project Graph to JSON

If you prefer to analyze the underlying data of the project graph with a script or some other tool, you can run:

nx graph --file=output.json

This will give you all the information that is used to create the project graph visualization.