2 unstable releases
0.2.0 | Feb 13, 2022 |
---|---|
0.1.0 | Feb 13, 2022 |
#6 in #incoming
2KB
protoc-gen-echo
protoc-gen-echo is a protoc plugin which simply echos the incoming CodeGeneratorRequest
to stderr.
$ protoc --plugin=protoc-gen-echo -I proto --echo_out=. proto/example.proto
[echo start]
# CodeGeneratorRequest will be available here to read in.
[echo end]
LICENSE
MIT or Apache 2.0. Pick whichever.