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

Document generating graph visualizations #975

@carolynvs

Description

@carolynvs

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions