Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jashkenas/coffeescript
Unfancy JavaScript
https://github.com/jashkenas/coffeescript
Last synced: 6 days ago
JSON representation
Unfancy JavaScript
- Host: GitHub
- URL: https://github.com/jashkenas/coffeescript
- Owner: jashkenas
- License: mit
- Created: 2009-12-18T01:39:53.000Z (about 15 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T14:04:00.000Z (10 months ago)
- Last Synced: 2024-10-29T17:55:37.136Z (3 months ago)
- Language: CoffeeScript
- Homepage: https://coffeescript.org/
- Size: 29.2 MB
- Stars: 16,502
- Watchers: 507
- Forks: 1,986
- Open Issues: 84
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome - coffeescript - Unfancy JavaScript (CoffeeScript)
- awesome-github-star - coffeescript
- jimsghstars - jashkenas/coffeescript - Unfancy JavaScript (CoffeeScript)
README
```
@@@@@@@ @@@@ @@@@@
@@@@@@@@@@ @@@ @@@ {
@@@@ @@ @@@ @@@ } } {
@@@@ @@@@@@@ @@@ @@@ @@@@@@ @@@@@@ { { } }
@@@@ @@@ @@ @@@@@ @@@@@@ @@@ @@ @@@@ @@ } }{ {
@@@@ @@@@ @@ @@@ @@@ @@@ @@@ @@@ @@@ { }{ } }
@@@@ @@@@ @@ @@@ @@@ @@@@@@@@ @@@@@@@@ { }{ }{ { }
@@@@@ @@@@ @@ @@@ @@@ @@@ @@@ { { } { } { } }
@@@@@@@@@@ @@@@@@@@ @@@ @@@ @@@@@@@@ @@@@@@@@ { } { } { }
@@@@@ @@@ @@@ @@@@@ @@@@@ @@@@@@ { } { } @@@@@@@
@@@ @@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@ @@@ @@@ @@ @@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@ @@ @@@ @@@@ @@ @@@@@@@@@@@@@@@@@@@@@@@@
@@@@ @@@ @@ @@@@ @@@ @@@@@@@@@@@@@@@@@@@@@
@@@@@ @@@@@ @@ @@ @@@ @@@@@@@ @@@@@ @@@ @@@@@@@@@@@@@@@@@@
@@@@@ @@@ @@@ @@@@@@@@ @@@@ @@@@ @@@@@@@ @@@ @@@@@@@@@@@@@@@@
@@@@@ @@@ @@@@ @@@@ @@@ @@@ @@@ @@@@@@@@@@@@@@
@@@@@ @@@@ @@@@ @@@@ @@@@ @@@@ @@@@ @@@@
@@@ @@@@ @@@ @@@@ @@@@ @@@ @@@@ @@@@
@@@ @@@@ @@@@ @@@@ @@@@ @@@@ @@@@ @@@@
@@@@@@@@@ @@@@@@ @@@@ @@@@ @@@@@@@@@ @@@@
@@@ @@@@
@@@
@@@
```CoffeeScript is a little language that compiles into JavaScript.
## Installation
Once you have Node.js installed:
```shell
# 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:
```shell
coffee /path/to/script.coffee
```Compile a script:
```shell
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