Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 289 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 289 Bytes

protoc-gen-yaml

protoc-gen-yaml is a Protobuf plugin to generate a yaml file that is a subset of the Profobuf file's content.

Build

go build .

Run the plugin

protoc --plugin protoc-gen-yaml --yaml_out=./ --yaml_opt=paths=source_relative example/example.proto