Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Topological sort of the dependency graph #18

Open
vijeshm opened this issue Feb 24, 2015 · 2 comments
Open

Topological sort of the dependency graph #18

vijeshm opened this issue Feb 24, 2015 · 2 comments

Comments

@vijeshm
Copy link

vijeshm commented Feb 24, 2015

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.
@auchenberg
Copy link
Owner

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

@deanrad
Copy link
Contributor

deanrad commented Apr 13, 2015

I have used the tool madge for this purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants