Executes CoffeeScript scripts or compiles them into JavaScript.
coffee {{path/to/file.coffee}}
coffee --compile {{path/to/file.coffee}}
coffee --compile {{path/to/file.coffee}} --output {{path/to/file.js}}
coffee --interactive
coffee --watch {{path/to/file.coffee}}