Is there a way to generate a tree of my package dependencies that I can look at?
3 Likes
I had a need for this today and found GitHub - peng1999/PkgDependency.jl: Show dependency tree of Julia project. It seems to work pretty well.
2 Likes