Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yugui/protoc-gen-reqdump
A protoc plugin which simply dumps the given plugin request as the output
https://github.com/yugui/protoc-gen-reqdump
Last synced: 26 days ago
JSON representation
A protoc plugin which simply dumps the given plugin request as the output
- Host: GitHub
- URL: https://github.com/yugui/protoc-gen-reqdump
- Owner: yugui
- License: apache-2.0
- Created: 2018-02-08T08:31:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T06:20:11.000Z (over 6 years ago)
- Last Synced: 2024-06-20T14:21:57.599Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protoc-gen-reqdump
A protoc plugin which simply emits the given plugin request as the output.# How to use
```shell
$ protoc -I. --plugin=path/to/protoc-gen-reqdump --reqdump_out=. target.proto
```