Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Document generating graph visualizations #975

Closed
carolynvs opened this issue Aug 8, 2017 · 1 comment
Closed

Document generating graph visualizations #975

carolynvs opened this issue Aug 8, 2017 · 1 comment

Comments

@carolynvs
Copy link
Collaborator

carolynvs commented Aug 8, 2017

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

open_5y5zfzfg copy

@markwest1
Copy link
Contributor

I'll take this on @carolynvs.

markwest1 pushed a commit to markwest1/dep that referenced this issue Aug 22, 2017
markwest1 pushed a commit to markwest1/dep that referenced this issue Aug 23, 2017
markwest1 pushed a commit to markwest1/dep that referenced this issue Aug 24, 2017
copy the same functions used in os to convert long paths on Windows to
the extended-length form.

Fixes golang#774

Signed-off-by: Ibrahim AshShohail <[email protected]>

Document generating graph visualizations golang#975
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants