MaDGe is a module dependency graph generator with node.

MaDGe is useful for finding circular dependencies, as well as getting a nice overview of the structure of your application.
The API is yet to be coded, but as of now MaDGe can save the graphs as PNG and DOT; the requests can be specified to include only dependency-free modules, modules with dependencies, and modules with circular dependencies.
- Website: https://github.com/pahen/node-madge














