0.5.1 • Published 3 years ago

capnpc-js v0.5.1

Weekly downloads
73
License
MIT
Repository
github
Last release
3 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

3 years ago

0.5.1

3 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago