https://github.com/sublimelinter/sublimelinter-coffee
SublimeLinter plugin for CoffeeScript, using coffee --compile.
https://github.com/sublimelinter/sublimelinter-coffee
Last synced: 11 months ago
JSON representation
SublimeLinter plugin for CoffeeScript, using coffee --compile.
- Host: GitHub
- URL: https://github.com/sublimelinter/sublimelinter-coffee
- Owner: SublimeLinter
- License: mit
- Created: 2013-12-15T21:26:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T12:47:51.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:23:23.541Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 20
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SublimeLinter-coffee
=========================
[](https://travis-ci.org/SublimeLinter/SublimeLinter-coffee)
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to the [coffeescript compiler](http://coffeescript.org).
It will be used with files that have the "CoffeeScript" syntax.
## Installation
SublimeLinter must be installed in order to use this plugin.
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
To install `coffee`, do the following:
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
1. Install `coffee` by typing the following in a terminal:
```
npm install -g coffee-script
```
1. If you are using `nvm` and `zsh`, ensure that the line to load `nvm` is in `.zshenv` and not `.zshrc`.
Please make sure that the path to `coffee` is available to SublimeLinter.
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
### Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html