gobble-coffee

Compile CoffeeScript files with gobble

MIT 3 个版本
安装
npm install gobble-coffee
yarn add gobble-coffee
pnpm add gobble-coffee
bun add gobble-coffee
README

gobble-coffee

Compile CoffeeScript files with gobble. Creates sourcemaps automatically.

Installation

First, you need to have gobble installed - see the gobble readme for details. Then,

npm i -D gobble-coffee

Usage

gobblefile.js

var gobble = require( 'gobble' );
module.exports = gobble( 'src' ).transform( 'coffee', options );

The options argument, if specified, is passed to CoffeeScript. If you don't want to create sourcemaps, pass sourceMaps: false.

License

MIT. Copyright 2014 Rich Harris

版本列表
0.2.1 2014-11-28
0.2.0 2014-10-15
0.1.0 2014-08-16