Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/sublime-js-to-coffee
Converts files, selection and clipboard content from javascript to coffee using js2coffee tool
https://github.com/airtonix/sublime-js-to-coffee
Last synced: 10 days ago
JSON representation
Converts files, selection and clipboard content from javascript to coffee using js2coffee tool
- Host: GitHub
- URL: https://github.com/airtonix/sublime-js-to-coffee
- Owner: airtonix
- Created: 2015-09-07T01:09:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2013-07-30T02:07:06.000Z (over 11 years ago)
- Last Synced: 2024-05-21T03:17:30.719Z (8 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS to Coffee plugin for Sublime Text 3
Converts files, selection and clipboard content from Javascript to Coffee using js2coffee
## Installation
### [Sublime Package Control](http://wbond.net/sublime_packages/package_control)
In the command Pallette choose **Package Control: Install Repository** and select **JS2Coffee for 2 && 3**
### Git installation
Clone the repository in your Sublime Text "Packages" directory:
git clone https://github.com/anderson916/sublime-js-to-coffee.git "Js2Coffee"
The "Packages" directory is located at:
* OS X:
~/Library/Application Support/Sublime Text 3/Packages/
* Linux:
~/.config/sublime-text-3/Packages/
* Windows:
%APPDATA%/Sublime Text 3/Packages/
## Usage
* **Convert whole javascript file** `Shift+Alt+F` - creates new file in the same folder using the same name as the source ending with '.js'.
* **Convert selection** `Shift+Alt+S` - replaces selection of javascript with JADECoffee content.
* **Convert clipboard content** `Shift+Alt+V` - inserts Coffee of converted clipboard javascript content.### In Command Palette:
* **JS2Coffee: Convert file**
* **JS2Coffee: Convert selection**
* **JS2Coffee: Convert clipboard content**## Sublime Text 2
Follow the instruction from [Sublime Text 2 branch](https://github.com/anderson916/sublime-js-to-coffee/tree/SublimeText2)