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.