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
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
lib/my-module.js
Would be great to also get depends on these direct depends and so on recursively
depends
The text was updated successfully, but these errors were encountered:
hi
I can get direct dependants of give file with:
But that only show files which depend on
lib/my-module.js
directlyWould be great to also get
depends
on these directdepends
and so on recursivelyThe text was updated successfully, but these errors were encountered: