UNPKG

1.86 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 --global coffee-script
29```
30
31Leave off the `--global` if you don’t wish to install globally.
32
33## Getting Started
34
35Execute a script:
36
37```shell
38coffee /path/to/script.coffee
39```
40
41Compile a script:
42
43```shell
44coffee -c /path/to/script.coffee
45```
46
47For documentation, usage, and examples, see: http://coffeescript.org/
48
49To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues
50
51If you’d like to chat, drop by #coffeescript on Freenode IRC.
52
53The source repository: https://github.com/jashkenas/coffeescript.git
54
55Changelog: http://coffeescript.org/#changelog
56
57Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors