Sha256: 17c2b71896282fa0ea48a36cc2498d1a27ada5f05fba8df4c261959235bbec3c

Contents?: true

Size: 1.89 KB

Versions: 62

Compression:

Stored size: 1.89 KB

Contents

            {
         }   }   {
        {   {  }  }
         }   }{  {
        {  }{  }  }                    _____       __  __
       { }{ }{  { }                   / ____|     / _|/ _|
     .- { { }  { }} -.               | |     ___ | |_| |_ ___  ___
    (  { } { } { } }  )              | |    / _ \|  _|  _/ _ \/ _ \
    |`-..________ ..-'|              | |___| (_) | | | ||  __/  __/
    |                 |               \_____\___/|_| |_| \___|\___|
    |                 ;--.
    |                (__  \            _____           _       _
    |                 | )  )          / ____|         (_)     | |
    |                 |/  /          | (___   ___ _ __ _ _ __ | |_
    |                 (  /            \___ \ / __| '__| | '_ \| __|
    |                 |/              ____) | (__| |  | | |_) | |_
    |                 |              |_____/ \___|_|  |_| .__/ \__|
     `-.._________..-'                                  | |
                                                        |_|

CoffeeScript is a little language that compiles into JavaScript.

## Installation

If you have the node package manager, npm, installed:

```shell
npm install -g coffee-script
```

Leave off the `-g` if you don't wish to install globally. If you don't wish to use npm:

```shell
git clone https://github.com/jashkenas/coffeescript.git
sudo coffeescript/bin/cake install
```

## Getting Started

Execute a script:

```shell
coffee /path/to/script.coffee
```

Compile a script:

```shell
coffee -c /path/to/script.coffee
```

For documentation, usage, and examples, see: http://coffeescript.org/

To suggest a feature or report a bug: http://github.com/jashkenas/coffeescript/issues

If you'd like to chat, drop by #coffeescript on Freenode IRC.

The source repository: https://github.com/jashkenas/coffeescript.git

Our lovely and talented contributors are listed here: http://github.com/jashkenas/coffeescript/contributors

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
smock-0.1.268 node_modules/coffee-script/README.md
smock-0.1.267 node_modules/coffee-script/README.md
smock-0.1.266 node_modules/coffee-script/README.md
smock-0.1.265 node_modules/coffee-script/README.md
smock-0.1.264 node_modules/coffee-script/README.md
smock-0.1.263 node_modules/coffee-script/README.md
smock-0.1.262 node_modules/coffee-script/README.md
smock-0.1.261 node_modules/coffee-script/README.md
smock-0.1.260 node_modules/coffee-script/README.md
smock-0.1.259 node_modules/coffee-script/README.md
smock-0.1.258 node_modules/coffee-script/README.md
smock-0.1.256 node_modules/coffee-script/README.md
smock-0.1.255 node_modules/coffee-script/README.md
smock-0.1.254 node_modules/coffee-script/README.md
smock-0.1.253 node_modules/coffee-script/README.md
smock-0.1.252 node_modules/coffee-script/README.md
smock-0.1.251 node_modules/coffee-script/README.md
smock-0.1.250 node_modules/coffee-script/README.md
smock-0.1.249 node_modules/coffee-script/README.md
smock-0.1.247 node_modules/coffee-script/README.md