fmyxyz / go-mod-graph-chart

Draw graphs through GO MOD GRAPH output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 中文

go-mod-graph-chart

build chart by go mod graph output

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

About

Draw graphs through GO MOD GRAPH output

License:MIT License


Languages

Language:Go 98.9%Language:JavaScript 1.1%Language:CSS 0.0%Language:HTML 0.0%