Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```