UNPKG

1.98 kBMarkdownView Raw
1 {
2 } } {
3 { { } }
4 } }{ {
5 { }{ } } _____ __ __
6 { }{ }{ { } / ____| / _|/ _|
7 .- { { } { }} -. | | ___ | |_| |_ ___ ___
8 ( { } { } { } } ) | | / _ \| _| _/ _ \/ _ \
9 |`-..________ ..-'| | |___| (_) | | | || __/ __/
10 | | \_____\___/|_| |_| \___|\___|
11 | ;--.
12 | (__ \ _____ _ _
13 | | ) ) / ____| (_) | |
14 | |/ / | (___ ___ _ __ _ _ __ | |_
15 | ( / \___ \ / __| '__| | '_ \| __|
16 | |/ ____) | (__| | | | |_) | |_
17 | | |_____/ \___|_| |_| .__/ \__|
18 `-.._________..-' | |
19 |_|
20
21CoffeeScript is a little language that compiles into JavaScript.
22
23## Installation
24
25If you have the node package manager, npm, installed:
26
27```shell
28npm install -g coffee-script
29```
30
31Leave off the `-g` if you don't wish to install globally. If you don't wish to use npm:
32
33```shell
34git clone https://github.com/jashkenas/coffeescript.git
35sudo coffeescript/bin/cake install
36```
37
38## Getting Started
39
40Execute a script:
41
42```shell
43coffee /path/to/script.coffee
44```
45
46Compile a script:
47
48```shell
49coffee -c /path/to/script.coffee
50```
51
52For documentation, usage, and examples, see: http://coffeescript.org/
53
54To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues
55
56If you'd like to chat, drop by #coffeescript on Freenode IRC.
57
58The source repository: https://github.com/jashkenas/coffeescript.git
59
60Changelog: http://coffeescript.org/#changelog
61
62Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors