JSPM

protobuf-viewer-cli

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q22751F
  • License ISC

Inspect protocol buffers in the command line.

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.

npm version build status ISC-licensed minimum Node.js version chat with me on Gitter support me via GitHub Sponsors

Note: Essentially, it does the same as the official protobuf protoc tool with the --decode_raw option.

Installation

npm install -g protobuf-viewer-cli

Or use npx. ✨

Usage

protobuf-viewer <some-protocol-buffer.pbf

screenshot of example output

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.