Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taskrjs/fly-coffee

:coffee: Fly plugin for CoffeeScript
https://github.com/taskrjs/fly-coffee

coffee coffeescript compiler fly

Last synced: about 2 months ago
JSON representation

:coffee: Fly plugin for CoffeeScript

Awesome Lists containing this project

README

        





# fly-coffee [![][travis-badge]][travis-link]

> [CoffeeScript](http://coffeescript.org/) plugin for Fly.

## Install

```a
npm install --save-dev fly-coffee
```

## Usage

Check out the [documentation](http://coffeescript.org/#usage) to see the available options.

```js
exports.coffee = function * (fly) {
yield fly.source("src/**/*.coffee").coffee({
sourceMap: true
}).target("dist/js")
}
```

## License

MIT © [FlyJS](https://www.github.com/flyjs/fly)

[travis-link]: https://travis-ci.org/flyjs/fly-coffee
[travis-badge]: http://img.shields.io/travis/flyjs/fly-coffee.svg?style=flat-square