# coffee-script

> Unfancy JavaScript

Latest version **1.12.7** (published 2017-07-17) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install coffee-script
pnpm add coffee-script
yarn add coffee-script
bun add coffee-script
```

Provides the commands `cake`, `coffee`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.12.7 |
| Published | 2017-07-17 |
| First published | 2010-12-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16601 |
| Author | Jeremy Ashkenas |
| Maintainers | geoffreybooth, jashkenas, lydell, michaelficarra |
| Keywords | javascript, language, coffeescript, compiler |

## Links

- npm: https://www.npmjs.com/package/coffee-script
- Repository: https://github.com/jashkenas/coffeescript
- Homepage: http://coffeescript.org
- Issues: https://github.com/jashkenas/coffeescript/issues
- npm.io page: https://npm.io/package/coffee-script

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.12.7 (latest) — 2017-07-17
- 1.12.6 — 2017-05-15
- 1.12.5 — 2017-04-10
- 1.12.4 — 2017-02-18
- 1.12.3 — 2017-01-24
- 1.12.2 — 2016-12-16
- 1.12.1 — 2016-12-08
- 1.12.0 — 2016-12-04
- 1.11.1 — 2016-10-02
- 1.11.0 — 2016-09-24
- 1.10.0 — 2015-09-03
- 1.9.3 — 2015-05-27
- 1.9.2 — 2015-04-15
- 1.9.1 — 2015-02-18
- 1.9.0 — 2015-01-29
- … 30 more at https://npm.io/package/coffee-script/versions

## README

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

CoffeeScript is a little language that compiles into JavaScript.

## Installation

Once you have Node.js installed:

```shell
npm install --global coffeescript
```

Leave off the `--global` if you don’t wish to install globally.

## 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: http://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: http://coffeescript.org/#changelog

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

---
_Source: https://npm.io/package/coffee-script · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
