A lightweight Atom package transpiler that processes .coffee files using CoffeeScript 2 (v0.0.2). Designed specifically for Atom package development, it integrates with Atom's built-in transpiler system via the `atomTranspilers` configuration in package.json. Unlike general-purpose CoffeeScript compilers, this package is tailored to Atom's module resolution and caching. It has no notable releases or updates since its initial version.
npm install atom-coffee2-transpilerNo compatibility data collected yet for this library.
Configure Atom package transpiler for CoffeeScript 2 files.
Consider using a transpiler hook or CoffeeScript standalone compiler.
Run `npm install --save atom-coffee2-transpiler`