Man Linux: Main Page and Category List

NAME

       CoffeeScript - interpreter and compiler for the CoffeeScript language

DESCRIPTION

       coffee compiles CoffeeScript source files into JavaScript.

   Usage:
              coffee path/to/script.coffee

   Available options:
       -c, --compile
              compile to JavaScript and save as .js files

       -i, --interactive
              run an interactive CoffeeScript REPL

       -o, --output
              set the directory for compiled JavaScript

       -w, --watch
              watch scripts for changes, and recompile

       -p, --print
              print the compiled JavaScript to stdout

       -l, --lint
              pipe the compiled JavaScript through JSLint

       -s, --stdio
              listen for and compile scripts over stdio

       -e, --eval
              compile a string from the command line

       --no-wrap
              compile without the top-level function wrapper

       -t, --tokens
              print the tokens that the lexer produces

       -n, --nodes
              print the parse tree that Jison produces

       -v, --version
              display CoffeeScript version

       -h, --help
              display this help message

AUTHOR

       coffee was written by Jeremy Ashkenas <jeremy@documentcloud.org>

       This  manual page was written by Geza Kovacs <gkovacs@mit.edu>, for the
       Debian project (but may be used by others).