Madge is a developer tool for generating a visual graph of your module dependencies, finding circular dependencies, and giving you other useful info. Joel Kemp's awesome dependency-tree is used for extracting the dependency tree. Works for JavaScript (AMD, CommonJS, and ES6 modules) Also works for CSS preprocessors (Sass, Stylus, and Less) NPM installed dependencies are excluded by default (can be

