This is a great project!
I was looking for exactly this tool but for generating a graph of local dependencies on a private repo.
It seems dependencies are of type String which has to be a valid URL. How about extending it and support all types of dependencies?
E.g.
.package(name: "APIClient", path: "../APIClient")
It wouldn't break the primary intend of using it on https://swiftpackageindex.com, but could as well be run locally on private repos.
This is a great project!
I was looking for exactly this tool but for generating a graph of local dependencies on a private repo.
It seems dependencies are of type
Stringwhich has to be a validURL. How about extending it and support all types of dependencies?E.g.
It wouldn't break the primary intend of using it on https://swiftpackageindex.com, but could as well be run locally on private repos.