https://github.com/micnncim/protoc-gen-playground
https://github.com/micnncim/protoc-gen-playground
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/micnncim/protoc-gen-playground
- Owner: micnncim
- Created: 2019-08-27T07:29:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T09:09:24.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T15:48:17.842Z (about 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protoc-gen-playground
A playground for Protocol Buffers plugins.
## Usage
```
$ protoc --playground_out=. proto/*.proto
```## Dependency
- [protocolbuffers/protobuf-go](https://github.com/protocolbuffers/protobuf-go)