Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asimpson/js2coffee-alfred-workflow
An Alfred workflow that converts javascript to coffeescript.
https://github.com/asimpson/js2coffee-alfred-workflow
Last synced: 23 days ago
JSON representation
An Alfred workflow that converts javascript to coffeescript.
- Host: GitHub
- URL: https://github.com/asimpson/js2coffee-alfred-workflow
- Owner: asimpson
- Created: 2013-07-09T22:16:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T02:42:11.000Z (almost 10 years ago)
- Last Synced: 2023-03-26T14:17:14.834Z (over 1 year ago)
- Language: Shell
- Size: 309 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
js2coffee-alfred-workflow
=========================An Alfred workflow that converts javascript to coffeescript.
##Requirements
* [NodeJS](http://nodejs.org/)
* [Alfred Powerpack](http://www.alfredapp.com/powerpack/) & [Alfred v2](http://www.alfredapp.com/)This workflow smooths out those rough moments where you need to integrate a snippet of JS from Stackoverflow or pull down an options block from a Grunt plugin. Simply copy the JS you want and the workflow converts the JS on your clipboard to Coffeescript.
**None of this would be possible without the excellent [JS2Coffee](https://github.com/rstacruz/js2coffee) node module.**