# Sublime-JS-to-CoffeeScript **Repository Path**: mirrors_wesbos/Sublime-JS-to-CoffeeScript ## Basic Information - **Project Name**: Sublime-JS-to-CoffeeScript - **Description**: Converts selected JS to Coffeescript. Great for when you paste in code from the net. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #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: ![](http://wes.io/P7Ju/content) Or just a few lines: ![](http://wes.io/P7Sg/content) Then open up your command pallet and use the following command: ![](http://wes.io/P7aP/content) and end up with fresh-roasted coffeescript! ![](http://wes.io/P7QX/content)