2 个不稳定版本
0.2.0 | 2022年2月13日 |
---|---|
0.1.0 | 2022年2月13日 |
#6 in #incoming
2KB
protoc-gen-echo
protoc-gen-echo 是一个简单的 protoc 插件,它将接收到的 CodeGeneratorRequest
直接输出到 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]
许可协议
MIT 或 Apache 2.0。任选其一。