gabotechs / dep-tree

Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them.
https://github.com/gabotechs/dep-tree
MIT License
1.4k stars 35 forks source link

Allow folding and unfolding groups of nodes #90

Open gabotechs opened 2 months ago

gabotechs commented 2 months ago

Allow squashing multiple nodes into one that inherits all the inbound and outbound edges from all the contained nodes.