Package Exports
- capnpc-ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (capnpc-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
capnpc-ts
A Cap'n Proto schema compiler for TypeScript.
Basic usage (assuming capnp is already installed):
npm install -g capnpc-ts
capnpc -o ts path/to/myschema.capnpThis will generate a file at path/to/myschema.capnp.ts.
Visit https://github.com/jdiaz5513/capnp-ts for an extended README.