Skip to main content

Visual dependency graph

It can be helpful from the architectural point of view to see how parts of the system depend on each other.

Example usage:

npx depcruise .  --ts-config --exclude "(node_modules|\.next|\.test)" --output-type dot | dot -T svg > dependency-graph.svg