https://github.com/albenik/protoc-gen-dump
The `protoc` compiler plugin which dumps the generation request details
https://github.com/albenik/protoc-gen-dump
golang protobuf protoc protoc-plugin protocol-buffers
Last synced: 3 months ago
JSON representation
The `protoc` compiler plugin which dumps the generation request details
- Host: GitHub
- URL: https://github.com/albenik/protoc-gen-dump
- Owner: albenik
- License: mit
- Created: 2022-01-14T13:41:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T12:45:10.000Z (about 4 years ago)
- Last Synced: 2024-06-20T17:47:59.476Z (almost 2 years ago)
- Topics: golang, protobuf, protoc, protoc-plugin, protocol-buffers
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
go install github.com/albenik/protoc-gen-dump/cmd/protoc-gen-dump@latest
```
## Usage
```shell
protoc -protogen-dump_out=. path/to/file.proto
```