12 lines
497 B
Markdown
12 lines
497 B
Markdown
# Analyzing & Visualizing Workspaces
|
|
|
|
To be able to support the monorepo-style development, the tools must know how different projects in your workspace depend on each other. Nx uses advanced code analysis to construct this dependency graph.
|
|
|
|
You can visualize it by running `nx dep-graph`.
|
|
|
|

|
|
|
|
You can also visualize what is affected by your change, by using the `nx affected:dep-graph` command.
|
|
|
|

|