0.1.6 • Published 5 years ago

pb-parser v0.1.6

Weekly downloads
10
License
MIT
Repository
-
Last release
5 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

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago