dependo icon indicating copy to clipboard operation
dependo copied to clipboard

Recursively Trace Dependencies

Open lzilioli opened this issue 11 years ago • 4 comments

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.

lzilioli avatar Nov 26 '13 18:11 lzilioli

Thanks for the report. It would be helpful to if you could provide a sample project where Dependo fails to resolve the nested dependencies?

auchenberg avatar Nov 26 '13 18:11 auchenberg

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/.

lzilioli avatar Dec 02 '13 21:12 lzilioli

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.

patons02 avatar Mar 04 '14 18:03 patons02

it doesn't work for me i'm only getting 1 to 2 level of depth

techsin avatar Feb 21 '20 19:02 techsin