dependo
dependo copied to clipboard
Topological sort of the dependency graph
A top sort (a tree-like layout) of the dependency graph would be helpful. This enhancement would help users understand how the modules are structured.
I say tree-like because,
- the modules with no dependencies will form the root(s).
- cycles may be formed as well.
Yes. I've been thinking about adding this myself. However I don't know if it's worth spending more time on dependo, now that the webpack project has built a better analysis tool, http://webpack.github.io/analyse/#warnings
I have used the tool madge for this purpose.