access http://browserify.org/
execute below commands
coffeeify
npm install -g browserify
npm install -g less
npm install -g coffee-script
curl --silent --location https://deb.nodesource.com/setup_0.12 | sudo bash -
apt-get install --yes nodejs
npm install coffeeify
browserify -t coffeeify xyz.coffee -o xyz.js