All Projects → PaulXu-cn → go-mod-graph-chart

PaulXu-cn / go-mod-graph-chart

Licence: MIT License
Draw graphs through GO MOD GRAPH output

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].