Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 638 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 638 Bytes

js2coffee-alfred-workflow

An Alfred workflow that converts javascript to coffeescript.

##Requirements

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 node module.