coffeescript

Compile CoffeeScript to JavaScript with a cleaner, more readable syntax

brewmacoslinux
Try with needOr install directly
Source

About

Unfancy JavaScript

Commands

coffee

Examples

Compile a CoffeeScript file to JavaScript$ coffee --compile hello.coffee
Watch and automatically recompile CoffeeScript files$ coffee --watch --compile src/
Run CoffeeScript code interactively in REPL$ coffee