https://github.com/timakin/pppb
[WIP] Pretty Printer for Protocol Buffer
https://github.com/timakin/pppb
Last synced: 9 months ago
JSON representation
[WIP] Pretty Printer for Protocol Buffer
- Host: GitHub
- URL: https://github.com/timakin/pppb
- Owner: timakin
- Created: 2016-11-10T14:10:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T05:26:47.000Z (over 9 years ago)
- Last Synced: 2025-10-13T11:05:49.973Z (9 months ago)
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
pppb (Pretty Printer for Protocol Buffer)
=====
pppb is a data-inspector for protocol buffer serialized binary data.
## install
```
go get -u github.com/timakin/pppb
```
## usage
```
pppb inspect serialized.data -pkg=message.pkg.name -src=/path/to/proto_sources
```
## Contribution
1. Fork ([https://github.com/timakin/pppb/fork](https://github.com/timakin/pppb/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request
## Author
[timakin](https://github.com/timakin)