0.9.3 • Published 7 years ago

thrift-bin v0.9.3

Weekly downloads
1,038
License
MIT
Repository
-
Last release
7 years ago

Thrift Binary

Ready to use thrift binaries, for all platforms. No build needed.

Versioning of the package is consistent with the Thrift Releases.

Usage

npm i thrift-binary@0.9.3 (for Thrift v0.9.3)

Now use in your package.json files. For eg.

{
    scripts: {
        "build": "thrift-binary -I ./lib -out ./out -gen js:node"
    }
}

CLI can be used with:

./node_modules/.bin/thrift-binary <options>

Or install it globally with:

npm i -g thrift-binary

And use:

thrift-binary <options>