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

10 lines
284 B
Markdown

## 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:
```shell
nx graph --file=output.json
```
This will give you all the information that is used to create the project graph visualization.