6 { }{ }{ { } / ____| / _|/ _|
7 .- { { } { }} -. | | ___ | |_| |_ ___ ___
8 ( { } { } { } } ) | | / _ \| _| _/ _ \/ _ \
9 |`-..________ ..-'| | |___| (_) | | | || __/ __/
10 | | \_____\___/|_| |_| \___|\___|
13 | | ) ) / ____| (_) | |
14 | |/ / | (___ ___ _ __ _ _ __ | |_
15 | ( / \___ \ / __| '__| | '_ \| __|
16 | |/ ____) | (__| | | | |_) | |_
17 | | |_____/ \___|_| |_| .__/ \__|
22 CoffeeScript is a little language that compiles into JavaScript.
24 If you have the Node Package Manager installed:
25 npm install -g coffee-script
26 (Leave off the -g if you don't wish to install globally.)
28 Or, if you don't wish to use npm:
32 coffee /path/to/script.coffee
35 coffee -c /path/to/script.coffee
37 For documentation, usage, and examples, see:
38 http://coffeescript.org/
40 To suggest a feature, report a bug, or general discussion:
41 http://github.com/jashkenas/coffeescript/issues/
43 If you'd like to chat, drop by #coffeescript on Freenode IRC,
44 or on webchat.freenode.net.
46 The source repository:
47 git://github.com/jashkenas/coffeescript.git
49 Top 100 contributors are listed here:
50 http://github.com/jashkenas/coffeescript/contributors