# iced-coffee-script

> IcedCoffeeScript

Latest version **108.0.14** (published 2019-11-27) · MIT license · 0 weekly downloads

## Install

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

Provides the commands `iced`, `icake`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 108.0.14 |
| Published | 2019-11-27 |
| First published | 2012-01-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 2 |
| Unpacked size | 510 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 725 |
| Author | Jeremy Ashkenas + Maxwell Krohn |
| Maintainers | maxtaco |
| Keywords | javascript, language, coffeescript, compiler |

## Links

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

## Dependencies (2)

- [uglify-js](https://npm.io/package/uglify-js.md) ^3.5.9
- [iced-runtime](https://npm.io/package/iced-runtime.md) >=0.0.1

## 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

- 108.0.14 (latest) — 2019-11-27
- 108.0.13 — 2019-04-30
- 108.0.12 — 2019-04-30
- 108.0.11 — 2016-04-06
- 108.0.10 — 2016-04-05
- 108.0.9 — 2015-10-13
- 108.0.8 — 2015-08-28
- 108.0.7 — 2015-08-01
- 108.0.6 — 2015-07-12
- 1.8.0-e — 2015-06-12
- 1.8.0-d — 2015-03-02
- 1.8.0-c — 2014-12-08
- 1.8.0-b — 2014-12-08
- 1.8.0-a — 2014-10-06
- 1.7.1-g — 2014-09-19
- … 54 more at https://npm.io/package/iced-coffee-script/versions

## README

ICED
        
                                       _____       __  __
                                      / ____|     / _|/ _|
     .- ----------- -.               | |     ___ | |_| |_ ___  ___
    (  (ice cubes)    )              | |    / _ \|  _|  _/ _ \/ _ \
    |`-..________ ..-'|              | |___| (_) | | | ||  __/  __/
    |                 |               \_____\___/|_| |_| \___|\___|
    |                 ;--.
    |                (__  \            _____           _       _
    |                 | )  )          / ____|         (_)     | |
    |                 |/  /          | (___   ___ _ __ _ _ __ | |_
    |                 (  /            \___ \ / __| '__| | '_ \| __|
    |                 |/              ____) | (__| |  | | |_) | |_
    |                 |              |_____/ \___|_|  |_| .__/ \__|
     `-.._________..-'                                  | |
                                                        |_|

CoffeeScript is a little language that compiles into JavaScript.
IcedCoffeeScript is a superset of CoffeeScript that adds two new 
keywords: `await` and `defer`.

## Installation

If you have the node package manager, npm, installed:

```shell
npm install -g iced-coffee-script
```

Leave off the `-g` if you don't wish to install globally. If you don't wish to use npm:

```shell
git clone https://github.com/maxtaco/coffee-script.git
sudo coffee-script/bin/cake install
```

## Getting Started

Execute a script:

```shell
iced /path/to/script.coffee
```

Compile a script:

```shell
iced -c /path/to/script.coffee
```

For documentation, usage, and examples, see: http://maxtaco.github.io/coffee-script/

To suggest a feature or report a bug: http://github.com/maxtaco/coffee-script/issues

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

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

Our lovely and talented contributors are listed [here](https://github.com/maxtaco/coffee-script/contributors) and [here](https://github.com/jashkenas/coffeescript/contributors).

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