thrift-bin

Thrift binaries for use compiling thrift on platforms with no thrift installed.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
thrift-bin
0.9.35 years ago5 years agoMinified + gzip package size for thrift-bin in KB

Readme

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>