Skip to content

Commit

Permalink
add show go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Nov 14, 2019
1 parent b0b44a7 commit 855f25d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,18 @@ This part is set in the `programs.yml`, take look the example

## LICENSE
[MIT](LICENSE)


## show go mod graph

```shell script

go get github.com/poloxue/modv

go mod graph | modv | dot -T png | open -f -a /System/Applications/Preview.app

go mod graph | modv | dot -T png > graph.png

go mod graph | modv | dot -T png | open -f -a /Applications/Preview.app

```

0 comments on commit 855f25d

Please sign in to comment.