0.5.1 • Published 4 years ago

capnpc-js v0.5.1

Weekly downloads
73
License
MIT
Repository
github
Last release
4 years ago

capnpc-js

A Cap'n Proto schema compiler for JavaScript.

Basic usage (assuming capnp is already installed):

npm install -g capnpc-js
capnpc -o js path/to/myschema.capnp

This will generate a file at path/to/myschema.capnp.js.

This compiler just proxies the CodeGeneratorRequest out to the capnpc-ts package to generate TypeScript source, then runs the TypeScript compiler to get the final output JavaScript.

Visit https://github.com/jdiaz5513/capnp-ts for an extended README.

0.5.0

4 years ago

0.5.1

4 years ago

0.4.0

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago