Categorygithub.com/fanake/go-mod-graph-chart
repository
0.5.1
Repository: https://github.com/fanake/go-mod-graph-chart.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

English | 中文

go-mod-graph-chart

A tool build chart by go mod graph output with zero dependencies

Install

$ go get -u github.com/PaulXu-cn/go-mod-graph-chart/gmchart

Usage

$ cd goProject
$ go mod graph | gmchart

The program will start a http server and open the url in default browser.

show

Change & Rebuild

If you has changed js code, the front-end project needs to be rebuilt,and then go install

$ npm run build 
$ go install ./gmchart

License

MIT