dependo icon indicating copy to clipboard operation
dependo copied to clipboard

Topological sort of the dependency graph

Open vijeshm opened this issue 10 years ago • 2 comments

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,

  1. the modules with no dependencies will form the root(s).
  2. cycles may be formed as well.

vijeshm avatar Feb 24 '15 14:02 vijeshm

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

auchenberg avatar Feb 25 '15 15:02 auchenberg

I have used the tool madge for this purpose.

deanrad avatar Apr 13 '15 02:04 deanrad