yugen

command
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

README

基于 yu 的代码自动生成器

使用参数说明

-m string

设置 go mod init 的名称,一般为项目的 git 路径,必须设置。

-b bool

是否创建完脚本后进行 go build,默认执行。

生成文件目录

.
├── api
│   ├── api.proto
│   └── pb
│       ├── api_grpc.pb.go
│       └── api.pb.go
├── app
│   └── app.go
├── build.sh
├── config
│   └── config.go
├── docker-compose.yml
├── Dockerfile
├── go.mod
├── go.sum
├── log.sh
├── main.go
├── Makefile
├── model
│   └── model.go
├── readme.md
├── repo
│   └── repo.go
└── service
    └── service.go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL