All Projects → capnp-js → plugin

capnp-js / plugin

Licence: MIT License
Javascript plugin for Capnproto

Programming Languages

javascript
184084 projects - #8 most used programming language
Cap'n Proto
48 projects

Installation

Install the Cap'n Proto compiler. Install the plugin locally:

npm install --save-dev @capnp-js/plugin

Use

Under a local installation the plugin will not be part of your path, but npm scripts will add the locally installed plugin to your path during execution. Invoke the Cap'n Proto compiler within your package.json file's scripts. Typically this looks like "compile": "capnp compile -o flow-js ...".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].