Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taskrjs/fly-coffee
- Owner: taskrjs
- License: mit
- Created: 2015-06-30T14:50:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T16:37:07.000Z (almost 8 years ago)
- Last Synced: 2023-12-29T11:04:20.558Z (12 months ago)
- Topics: coffee, coffeescript, compiler, fly
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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