* docs(nxdev): restructure docs to diataxis style * docs(nxdev): cleanup * docs(nxdev): fix links * chore(nxdev): format * docs(nxdev): fix broken images * docs(nxdev): fix links * docs(nxdev): fix links * docs(nxdev): fix links * docs(nxdev): tweaks * docs(nxdev): redirect rules * docs(nxdev): fixes
10 lines
283 B
Markdown
10 lines
283 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:
|
|
|
|
```bash
|
|
nx graph --file=output.json
|
|
```
|
|
|
|
This will give you all the information that is used to create the project graph visualization.
|