You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
dep status has some really awesome output that you can use to generate pretty graphs! 🎉 This is awesome! ❤️ But it's not clear how to use it to actually view the pretty graphs....
Let's add to the README how to generate and view these visualizations.
For example, on my Mac, I can run the following commands to make this picture pop up on the screen:
$ brew install graphviz
$ dep status -dot | dot -T png | open -f -a /Applications/Preview.app
The text was updated successfully, but these errors were encountered:
copy the same functions used in os to convert long paths on Windows to
the extended-length form.
Fixesgolang#774
Signed-off-by: Ibrahim AshShohail <[email protected]>
Document generating graph visualizations golang#975
dep status
has some really awesome output that you can use to generate pretty graphs! 🎉 This is awesome! ❤️ But it's not clear how to use it to actually view the pretty graphs....Let's add to the README how to generate and view these visualizations.
For example, on my Mac, I can run the following commands to make this picture pop up on the screen:
The text was updated successfully, but these errors were encountered: