Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/atom-coffeescript-check
Compile a coffeescript selection to check its javascript output.
https://github.com/leny/atom-coffeescript-check
Last synced: 7 days ago
JSON representation
Compile a coffeescript selection to check its javascript output.
- Host: GitHub
- URL: https://github.com/leny/atom-coffeescript-check
- Owner: leny
- License: mit
- Created: 2014-03-01T03:25:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T02:11:45.000Z (over 5 years ago)
- Last Synced: 2024-04-11T15:58:56.213Z (7 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom : CoffeeScript Check
> Compile a CoffeeScript selection to check its JavaScript output.
* * *
**NOTE:** this package is not actively maintained anymore. You can find a new, up-to-date module at [jhessin/atom-coffee-check](https://github.com/jhessin/atom-coffee-check).
* * *
## Usage
Select a text, then use the command `CoffeeScript Check: Check`: if the selection (or the whole file if there's no selection) is *CoffeeScript* or *Literate CoffeeScript*, the plugin compiles it and shows the result in a notification.
The notification provides a "*Copy to clipboard*" button to copy the compiled result.
## Keybindings
With the success of Atom, it's really difficult to choose keybindings that will not enter in conflict whit anyone else's packages, so I have removed the default keystrokes and let the keymap empty to let you set your own keybindings.