Skip to content

The `protoc` compiler plugin which dumps the generation request details

License

Notifications You must be signed in to change notification settings

albenik/protoc-gen-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progotgen DUMP

The protoc compiler plugin which dumps the generation request details in google.golang.org/protobuf/compiler/protogen format to stderr. No files written to disk during the dump.

Quick crafted for personal use to see protogen data internals while building protoc plugin on it's code base.

Install

go install github.com/albenik/protoc-gen-dump/cmd/protoc-gen-dump@latest

Usage

protoc -protogen-dump_out=. path/to/file.proto

About

The `protoc` compiler plugin which dumps the generation request details

Topics

Resources

License

Stars

Watchers

Forks

Languages