Unfancy JavaScript
Go to file
Geoffrey Booth f018e94be9 Update changelog 2017-02-18 02:54:15 -05:00
bin
docs Update changelog 2017-02-18 02:54:15 -05:00
documentation Update changelog 2017-02-18 02:54:15 -05:00
lib/coffee-script Merge branch 'master' of github.com:jashkenas/coffeescript into 1.12.4 2017-02-18 02:48:57 -05:00
src Merge pull request #4445 from alangpierce/upstream-fix-new-location-data 2017-02-17 18:21:23 +01:00
test Refactor Cake tasks (#4440) 2017-02-18 02:47:02 -05:00
.gitignore Fix stack trace (#4428) 2017-01-22 13:20:18 -08:00
.nojekyll
CONTRIBUTING.md
Cakefile Refactor Cake tasks (#4440) 2017-02-18 02:47:02 -05:00
LICENSE Update copyright range to 2017 2017-01-04 00:34:28 -08:00
README.md Refactor Cake tasks (#4440) 2017-02-18 02:47:02 -05:00
bower.json
package.json Bump dependency version 2017-02-18 02:53:56 -05:00
register.js
repl.js

README.md

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

CoffeeScript is a little language that compiles into JavaScript.

Installation

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

npm install --global coffee-script

Leave off the --global if you dont wish to install globally.

Getting Started

Execute a script:

coffee /path/to/script.coffee

Compile a script:

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 youd like to chat, drop by #coffeescript on Freenode IRC.

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

Changelog: http://coffeescript.org/#changelog

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