JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1077
  • Score
    100M100P100Q112246F
  • License MIT

Cap'n Proto schema compiler for TypeScript.

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.capnp

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

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