An open API service indexing awesome lists of open source software.

https://github.com/easyhutu/protoc-gen-meta


https://github.com/easyhutu/protoc-gen-meta

protoc protoc-gen protoc-grpc-plugin protocol-buffers

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# protoc-gen-meta

一个生成 proto JSON化信息的插件

### build
```shell
go build .
```

### run the plugin
```shell
protoc --plugin protoc-gen-meta --meta_out=./ api.proto
```