6 { }{ }{ { } / ____| / _|/ _|
7 .- { { } { }} -. | | ___ | |_| |_ ___ ___
8 ( { } { } { } } ) | | / _ \| _| _/ _ \/ _ \
9 |`-..________ ..-'| | |___| (_) | | | || __/ __/
10 | | \_____\___/|_| |_| \___|\___|
13 | | ) ) / ____| (_) | |
14 | |/ / | (___ ___ _ __ _ _ __ | |_
15 | ( / \___ \ / __| '__| | '_ \| __|
16 | |/ ____) | (__| | | | |_) | |_
17 | | |_____/ \___|_| |_| .__/ \__|
21 CoffeeScript is a little language that compiles into JavaScript.
25 If you have the node package manager, npm, installed:
28 npm install -g coffee-script
31 Leave off the `-g` if you don't wish to install globally. If you don't wish to use npm:
34 git clone https://github.com/jashkenas/coffeescript.git
35 sudo coffeescript/bin/cake install
43 coffee /path/to/script.coffee
49 coffee -c /path/to/script.coffee
52 For documentation, usage, and examples, see: http://coffeescript.org/
54 To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues
56 If you'd like to chat, drop by #coffeescript on Freenode IRC.
58 The source repository: https://github.com/jashkenas/coffeescript.git
60 Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors