文件名称:go-mod-graph-chart:通过GO MOD GRAPH输出绘制图形
文件大小:6.45MB
文件格式:ZIP
更新时间:2024-05-08 14:42:56
Go
English | 修改图表 通过go mod graph输出以零依赖关系构建工具的图表 安装 $ go get -u github.com/PaulXu-cn/go-mod-graph-chart/gmchart 用法 $ cd goProject $ go mod graph | gmchart 该程序将启动http服务器并在默认浏览器中打开url。 变更与重建 如果您更改了js代码,则需要重建前端项目,然后再go install $ npm run build $ go install ./gmchart 执照 麻省理工学院
【文件预览】:
go-mod-graph-chart-main
----README-CN.md(620B)
----go.mod(56B)
----gmchart()
--------main.go(4KB)
----show.gif(6.42MB)
----go.sum(0B)
----webpack.config.js(4KB)
----src()
--------temp-index.html(218B)
--------js()
--------css()
--------index.js(90B)
--------static()
----godist()
--------static.go(1.16MB)
----plugin()
--------pack-all-in-go-plugin.js(2KB)
----LICENSE(1KB)
----README.md(554B)
----gosrc()
--------treeutil.go(5KB)
--------graphutil_test.go(15KB)
--------util_test.go(450B)
--------graphutil.go(2KB)
--------util.go(562B)
--------treeutil_test.go(15KB)
----.gitignore(310B)
----package-lock.json(352KB)
----package.json(1KB)