文件名称:go-xgoinstall:x-go-install
文件大小:37KB
文件格式:ZIP
更新时间:2024-05-07 09:12:25
go cli golang Go
xgoinstall x-go-install 概述 x-go-install = xargs -I {} go install {} 。 局限性 串行执行。 很少的选择。 用法 cat tools.go | grep _ | awk -F'"' '{print $$2}' | x-go-install 动机 我们只能在Mac和Unix中使用xargs 。 安装 g ghg get sanemat/go-xgoinstall 去安装 go install github.com/sanemat/go-xgoinstall/cmd/x-go-install 设计 变更日志 通过 执照 版权2019 Matt(Sanemat)(Murahashi Kenichi) 学分 gocredits的积分
【文件预览】:
go-xgoinstall-main
----.gitignore(289B)
----license.txt(11KB)
----design.md(144B)
----.github()
--------workflows()
----version.go(67B)
----go.mod(114B)
----cli.go(1KB)
----makefile(1004B)
----readme.md(736B)
----changelog.md(5KB)
----credits.txt(3KB)
----example()
--------lists-null.txt(57B)
--------lists.txt(58B)
----tools()
--------go.mod(2KB)
--------makefile(204B)
--------go.sum(56KB)
--------tools.go(428B)
----go.sum(430B)
----.editorconfig(68B)
----.chglog()
--------CHANGELOG.tpl.md(1KB)
--------config.yml(580B)
----.dependabot()
--------config.yml(197B)
----cmd()
--------x-go-install()