Skip to content

pine/fly-coffee

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoffeeScript plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-coffee

Example

export build = function* () {
  yield this
    .source("src/**/*.coffee")
    .coffee()
    .target("dist/")
}

License

MIT © Jorge Bucaran et al

About

☕ Fly plugin for CoffeeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%