10 lines
284 B
Markdown
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.
|