Examples (5)
Run a script
coffee path/to/file.coffeeCompile to JavaScript and save to a file with the same name
coffee --compile path/to/file.coffeeCompile to JavaScript and save to a given output file
coffee --compile path/to/file.coffee --output path/to/file.jsStart a REPL (interactive shell)
coffee --interactiveWatch script for changes and re-run script
coffee --watch path/to/file.coffeemade by @shridhargupta | data from tldr-pages