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
- Host: GitHub
- URL: https://github.com/easyhutu/protoc-gen-meta
- Owner: easyhutu
- Created: 2022-10-27T11:41:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T03:08:03.000Z (over 2 years ago)
- Last Synced: 2025-02-06T08:45:23.895Z (3 months ago)
- Topics: protoc, protoc-gen, protoc-grpc-plugin, protocol-buffers
- Language: Go
- Homepage:
- Size: 2.54 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```