1 Star 1 Fork 0

JavaPub/hepburn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 301 Bytes
一键复制 编辑 原始数据 按行查看 历史
rodert阔以 提交于 2023-01-11 22:25 . init
clean:
go clean
build:
.tools/build.sh default
build.run:
.tools/build.sh default && ./.build/hepburn web -c config.hcl
build-linux:
.tools/build.sh linux
test:
go test ./...
lint:
golangci-lint -v run
depends-up:
docker-compose up -d --remove-orphans
depends-stop:
docker-compose stop
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/rodert/hepburn.git
git@gitee.com:rodert/hepburn.git
rodert
hepburn
hepburn
main

搜索帮助