modgv

Converts 'go mod graph' output into Graphviz's DOT language

Github星跟踪图

modgv

Go Report Card     Go Coverage     Go API Reference     Mentioned in Awesome Go

Converts 'go mod graph' output into GraphViz's DOT language.

  • takes no options or arguments
  • it reads the output generated by “go mod graph” on stdin
  • generates a DOT language and writes to stdout

Usage:

go mod graph, modgv, dot -Tpng -o graph.png

For each module:

  • the node representing the greatest version (i.e., the version chosen by Go's MVS algorithm) is colored green
  • other nodes, which aren't in the final build list, are colored grey

Installation

go get github.com/lucasepe/modgv/modgv

Here 👉 https://graphviz.gitlab.io/download/ how to install GraphViz for your OS.

Sample output (PNG)

go mod graph, modgv, dot -Tpng -o graph.png


go mod graph, modgv, dot -Tps2 -o graph.ps
ps2pdf graph.ps graph.pdf

View generated PDF

主要指标

概览
名称与所有者lucasepe/modgv
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2020-09-12 16:23:46
推送于2023-02-23 09:21:20
最后一次提交2023-02-23 09:49:52
发布数5
最新版本名称v0.2.4 (发布于 )
第一版名称v0.2.0 (发布于 )
用户参与
星数489
关注者数8
派生数20
提交数13
已启用问题?
问题数2
打开的问题数0
拉请求数2
打开的拉请求数1
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?