aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/examples/brew-graph
AgeCommit message (Collapse)Author
2010-08-13Add 'brew graph' external command.Adam Vandenberg
This command generates a GraphViz dot file from the Hoembrew dependency graph. $ brew install graphviz $ brew graph | dot -Tsvg -ohomebrew.svg $ open homebrew.svg