dependo
dependo copied to clipboard
Recursively Trace Dependencies
dependo is great to see what files a given file depends on, but it doesn't go any levels deeper to show what files those files depend on, and so on.
Thanks for the report. It would be helpful to if you could provide a sample project where Dependo fails to resolve the nested dependencies?
Unfortunately, I can't provide the code for the project that I had that recreated it. I haven't had a chance to recreate in a smaller project, but I believe it has something to do with subfolders. For example, running the plugin on scripts/dirA, which includes modules that require modules from the parent directory, scripts/.
I had this problem today when trying to recursively generate a dependency graph for my application. From the command line, when in the src folder I used the command dependo --format amd <img_path> . And this fixed the issue.
it doesn't work for me i'm only getting 1 to 2 level of depth