npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@taskr/coffee

1.1.0

@lukeed

npmHomeRepoSnykSocket
Downloads:16
$ npm install @taskr/coffee
DailyWeeklyMonthlyYearly

@taskr/coffee npm

CoffeeScript plugin for Taskr.

Install

$ npm install --save-dev @taskr/coffee

Usage

Check out the documentation to see the available options.

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

Support

Any issues or questions can be sent to the Taskr monorepo.

Please be sure to specify that you are using @taskr/coffee.

License

MIT © Luke Edwards