Cup - Packages - Package Control
Cup
For your daily dose of CoffeeScript
Installation
With Package Control
This is the recommended installation method.
- Open the Command Pallete (
ctrl+shift+Porcmd+shift+P). - Type “Install Package” and hit return.
- Type “Cup” and hit return.
As a repository within the packages directory
Open a Terminal/Console and run the following commands, replacing PACKAGE_PATH with the path corresponding to your OS above.
cd PACKAGE_PATH git clone https://github.com/alin23/Cup
Sublime stores packages in the following locations:
Unix: ~/.config/sublime-text-3/packages Mac: ~/Library/Application\ Support/Sublime\ Text\ 3/Packages Win: %APPDATA%\Sublime Text 3\Packages
Dependencies
npm install -g isort-coffee import-js
or
yarn global add isort-coffee import-js
Features
Thanks
License
Cup is distributed under the terms of both
at your option.