English | 中文
A tool build chart by go mod graph
output with zero dependencies
$ go get -u github.com/PaulXu-cn/go-mod-graph-chart/gmchart
Go v1.16 or higher
$ go install github.com/PaulXu-cn/go-mod-graph-chart/gmchart@latest
$ cd goProject
$ go mod graph | gmchart
The program will start a http server and open the url in default browser.
If you has changed js code, the front-end project needs to be rebuilt,and then go install
$ npm run build
$ go install ./gmchart
MIT