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 was 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