Skip to content

vjpr/coffee-script

This branch is 21 commits ahead of smhanov/coffee-script:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39249a7 · Mar 5, 2012
May 1, 2011
Mar 5, 2012
Jul 9, 2011
Feb 1, 2011
Mar 5, 2012
Mar 5, 2012
Mar 5, 2012
Mar 3, 2012
Mar 3, 2012
Jul 6, 2011
Jul 7, 2011
Mar 1, 2012
Jul 18, 2011
Feb 1, 2011
Apr 30, 2011
Nov 22, 2010
Mar 3, 2012
Jul 12, 2011
May 10, 2011
Jul 8, 2011
Feb 28, 2012

Repository files navigation

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


  CoffeeScript is a little language that compiles into JavaScript.

  Install Node.js, and then the CoffeeScript compiler:
  sudo bin/cake install

  Or, if you have the Node Package Manager installed:
  npm install -g coffee-script
  (Leave off the -g if you don't wish to install globally.)

  Compile a script:
  coffee /path/to/script.coffee

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

  To suggest a feature, report a bug, or general discussion:
  http://github.com/jashkenas/coffee-script/issues/

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

  The source repository:
  git://github.com/jashkenas/coffee-script.git

  All contributors are listed here:
  http://github.com/jashkenas/coffee-script/contributors

About

Unfancy JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 61.1%
  • JavaScript 38.0%
  • Other 0.9%