pahen / madge

Create graphs from your CommonJS, AMD or ES6 module dependencies
MIT License
8.71k stars 312 forks source link

option to get dependents, recursively #397

Open adrian-gierakowski opened 6 months ago

adrian-gierakowski commented 6 months ago

hi

I can get direct dependants of give file with:

madge --depends lib/my-module.js app.js

But that only show files which depend on lib/my-module.js directly

Would be great to also get depends on these direct depends and so on recursively