2 Star 6 Fork 6

John / gf-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 556 Bytes
一键复制 编辑 原始数据 按行查看 历史
pack: pack.template-single pack.template-mono
pack.template-single:
@rm -fr temp
@mkdir temp || exit 0
@cd temp && git clone https://github.com/gogf/template-single
@rm -fr temp/template-single/.git
@cd temp && gf pack template-single ../internal/packed/template-single.go -n=packed -y
@rm -fr temp
pack.template-mono:
@rm -fr temp
@mkdir temp || exit 0
@cd temp && git clone https://github.com/gogf/template-mono
@rm -fr temp/template-mono/.git
@cd temp && gf pack template-mono ../internal/packed/template-mono.go -n=packed -y
@rm -fr temp
Go
1
https://gitee.com/johng/gf-cli.git
git@gitee.com:johng/gf-cli.git
johng
gf-cli
gf-cli
master

搜索帮助