Unfancy JavaScript
Go to file
Geoffrey Booth 671486989f [CS2] Don’t require async/await support to run `coffee` (#4679)
* Get `coffee` command working again in Node 6, by converting the ‘await’ wrapper in the REPL to use a Promise instead of the ‘await’ keyword; add tests for REPL ‘await’ wrapper, including test to skip async tests if the runtime doesn’t support them

* Code review

* Let's support Node 6+ if we can
2017-09-01 12:19:15 -07:00
bin
docs Fix #4558: Stack trace line numbers for scripts that compile CoffeeScript (#4645) 2017-08-23 06:50:46 -07:00
documentation [CS2] use _extends utility instead of Object.assign() for object spreads (#4675) 2017-09-01 07:09:16 -07:00
lib/coffeescript [CS2] Don’t require async/await support to run `coffee` (#4679) 2017-09-01 12:19:15 -07:00
src [CS2] Don’t require async/await support to run `coffee` (#4679) 2017-09-01 12:19:15 -07:00
test [CS2] Don’t require async/await support to run `coffee` (#4679) 2017-09-01 12:19:15 -07:00
.gitignore
.nojekyll
CONTRIBUTING.md
Cakefile [CS2] Don’t require async/await support to run `coffee` (#4679) 2017-09-01 12:19:15 -07:00
LICENSE
README.md
bower.json
package-lock.json [CS2] Comments (#4572) 2017-08-02 19:34:34 -07:00
package.json [CS2] Don’t require async/await support to run `coffee` (#4679) 2017-09-01 12:19:15 -07:00
register.js
repl.js

README.md

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

CoffeeScript is a little language that compiles into JavaScript.

Installation

Once you have Node.js installed:

npm install --global coffeescript

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: https://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: https://github.com/jashkenas/coffeescript/contributors