Package Exports
- protobuf-viewer-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (protobuf-viewer-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
protobuf-viewer-cli
Inspect (encoded) protocol buffers in the command line, without knowning the schema. Prints the data in a nested layout.
Note: Essentially, it does the same as the official protobuf protoc tool with the --decode_raw option.
Installation
npm install -g protobuf-viewer-cliOr use npx. ✨
Usage
protobuf-viewer <some-protocol-buffer.pbf
Contributing
If you have a question or need support using protobuf-viewer-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use the issues page.