coffee-script

WebJar for coffee-script

License

License

MIT
GroupId

GroupId

org.webjars.bowergithub.jashkenas
ArtifactId

ArtifactId

coffeescript
Last Version

Last Version

1.12.7
Release Date

Release Date

Type

Type

jar
Description

Description

coffee-script
WebJar for coffee-script
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jashkenas/coffeescript

Download coffeescript

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.jashkenas/coffeescript/ -->
<dependency>
    <groupId>org.webjars.bowergithub.jashkenas</groupId>
    <artifactId>coffeescript</artifactId>
    <version>1.12.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jashkenas/coffeescript/
implementation 'org.webjars.bowergithub.jashkenas:coffeescript:1.12.7'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.jashkenas/coffeescript/
implementation ("org.webjars.bowergithub.jashkenas:coffeescript:1.12.7")
'org.webjars.bowergithub.jashkenas:coffeescript:jar:1.12.7'
<dependency org="org.webjars.bowergithub.jashkenas" name="coffeescript" rev="1.12.7">
  <artifact name="coffeescript" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.jashkenas', module='coffeescript', version='1.12.7')
)
libraryDependencies += "org.webjars.bowergithub.jashkenas" % "coffeescript" % "1.12.7"
[org.webjars.bowergithub.jashkenas/coffeescript "1.12.7"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
      @@@@@@@                @@@@  @@@@@
     @@@@@@@@@@              @@@   @@@                                           {
    @@@@     @@              @@@   @@@                                        }   }   {
   @@@@          @@@@@@@    @@@   @@@     @@@@@@    @@@@@@                   {   {  }  }
  @@@@          @@@   @@  @@@@@  @@@@@@  @@@   @@  @@@@  @@                   }   }{  {
  @@@@         @@@@   @@   @@@    @@@   @@@   @@@ @@@   @@@                  {  }{  }  }
  @@@@        @@@@    @@   @@@    @@@   @@@@@@@@  @@@@@@@@                  { }{ }{  { }
  @@@@@       @@@@   @@    @@@    @@@   @@@       @@@                     {  { } { } { }  }
   @@@@@@@@@@ @@@@@@@@    @@@    @@@    @@@@@@@@  @@@@@@@@                 { }   { }   { }
      @@@@@               @@@    @@@      @@@@@     @@@@@           @@@@@@   { }   { }    @@@@@@@
                         @@@    @@@                                 @@@@@@@@@@@@@@@@@@@@@@@@@@@@
      @@@@@@            @@@    @@@                                @@ @@@@@@@@@@@@@@@@@@@@@@@@@@
   @@@@    @@          @@@   @@@@                                @@   @@@@@@@@@@@@@@@@@@@@@@@@
   @@@@   @@@                       @@                  @@@@     @@@   @@@@@@@@@@@@@@@@@@@@@
   @@@@@          @@@@@   @@  @@   @@@     @@@@@@@     @@@@@      @@@    @@@@@@@@@@@@@@@@@@
     @@@@@      @@@  @@@ @@@@@@@@         @@@@  @@@@  @@@@@@@       @@@   @@@@@@@@@@@@@@@@
       @@@@@   @@@       @@@@     @@@@    @@@    @@@   @@@                 @@@@@@@@@@@@@@
 @@@@@  @@@@  @@@@      @@@@      @@@@   @@@@   @@@@  @@@@
@@@     @@@@  @@@       @@@@     @@@@    @@@    @@@@  @@@@
@@@     @@@@  @@@@     @@@@      @@@@   @@@@   @@@@  @@@@
 @@@@@@@@@     @@@@@@  @@@@       @@@@  @@@@@@@@@    @@@@
                                       @@@          @@@@
                                      @@@
                                      @@@

CoffeeScript is a little language that compiles into JavaScript.

Installation

Once you have Node.js installed:

# Install locally for a project:
npm install --save-dev coffeescript

# Install globally to execute .coffee files anywhere:
npm install --global coffeescript

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: https://coffeescript.org/

To suggest a feature or report a bug: https://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

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

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

Versions

Version
1.12.7
1.3.3