bootstrap: Go 项目生成与快速开发工具
Go to file
xuthus5 1342202230
chore: upgrade dependency
2024-04-20 01:49:24 +08:00
coco feat: new command pbf 2024-04-06 12:49:45 +08:00
template fix: apiservice template rpc generate filepath 2024-03-20 22:51:32 +08:00
.gitignore first commit 2023-01-01 23:31:51 +08:00
README.md release: new version 2024-03-19 23:22:14 +08:00
coco_config.go feat: new command pbf 2024-04-06 12:49:45 +08:00
coco_generate.go release: new version 2024-03-19 23:22:14 +08:00
coco_inject.go release: new version 2024-03-19 23:22:14 +08:00
coco_proto_format.go feat: new command pbf 2024-04-06 12:49:45 +08:00
coco_version.go feat: new command pbf 2024-04-06 12:49:45 +08:00
create_api.go fix: panic when proto file not exist 2024-03-20 23:47:29 +08:00
create_project.go release: new version 2024-03-19 23:22:14 +08:00
go.mod chore: upgrade dependency 2024-04-20 01:49:24 +08:00
util.go feat: new command pbf 2024-04-06 12:49:45 +08:00

README.md

coco

coco 快速项目开发脚手架

功能

  • 新建项目
  • 代码生成
  • 工具自更新

安装

go install gitter.top/coco/bootstrap/coco/...@latest
go install gitter.top/coco/protoc-gen-coco@latest
go install github.com/golang/protobuf/protoc-gen-go@latest
go install github.com/bufbuild/buf/cmd/...@latest
go install github.com/google/wire/cmd/wire@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest