Skip to content

Visualize your dependency graph

As your codebase grows, the number of sub-packages will likely increase and it is sometimes useful to visualize your project and task dependencies. To do this, simply run npx projen graph from the root of the monorepo which will open a browser for you.

You can now visualize your project level dependencies (i.e. package a depends on package b) along with your task level (order in which tasks are performed i.e. build) dependencies.


Last update: 2024-05-08