0.1.6 • Published 3 years ago

pb-parser v0.1.6

Weekly downloads
10
License
MIT
Repository
-
Last release
3 years ago

pb-parser

a simple protobuf parser written in typescript.

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
0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago