atom-coffee2-transpiler

0.0.2 • Public • Published

atom-coffee2-transpiler

This project implements an Atom package transpiler that transpiles your package's files with coffeescript 2.

Usage

  1. Install the package

    npm install --save atom-coffee2-transpiler

  2. Add an atomTranspilers entry to your package.json

{
  ...
  "atomTranspilers": [
    {
      "glob": "**/*.coffee",
      "transpiler": "atom-coffee2-transpiler"
    }
  ]
}

Package Sidebar

Install

npm i atom-coffee2-transpiler

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

1.82 kB

Total Files

3

Last publish

Collaborators

  • artarf