Skip to content

Zzzen/pb-parser

Repository files navigation

pb-parser

a simple protobuf parser written in typescript.

demo https://stackblitz.com/edit/pb-parser-demo?file=index.tsx

Installation

npm install pb-parser

Usage

import { parse } from "pb-parser";

const file = parse(`syntax = "proto3";`);
console.log(file);

Testing

To run the tests, run the following command:

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published