Hello, is there a way to graph the dependencies? G...
# general
r
Hello, is there a way to graph the dependencies? Google seems to say yes for v1 but I'm not able to find that on v2.
h
There isn’t directly, but you can write a script to transform
peek
output to
dot
directives
And we at Toolchain are looking at making https://graphmyrepo.com/ available for private repos (but that would be a commercial feature)
r
ok, thanks!