Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 459 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 459 Bytes

js2coffee.tmbundle

Textmate bundle for converting JS to Coffee. Requires node.js and npm installed.

Prerequisites via npm:

npm install js2coffee -g

Optional prerequisites:

brew install pygmentize

Textmate Installation:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/sveisvei/js2coffee-tmbundle js2coffee.tmbundle