All Projects → wesbos → Sublime-JS-to-CoffeeScript

wesbos / Sublime-JS-to-CoffeeScript

Licence: other
Converts selected JS to Coffeescript. Great for when you paste in code from the net.

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

#Convert JS selection to CoffeeScript

Converts selection(s) of JavaScript to Coffeescript!

Depends on your system having node and the js2coffee module. To install:

npm install js2coffee -g

Package not available on package control yet. Put this in your Sublime Text package directory.

Then simply go ahead and select some JavaScript:

Or just a few lines:

Then open up your command pallet and use the following command:

and end up with fresh-roasted coffeescript!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].