/coffee2thrift

Convert coffee style definition file to thrift

Primary LanguageCoffeeScript

#Preinstall:

Make sure you have installed node.js, coffee and bower

    1. install node.js from nodejs.org
    2. sudo npm install coffee-script -g

#Install:

sudo npm install coffee2thrift -g

#Use:

coffee2thrift test.coffeethrift
then there should be test.thrift in the dir.