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"
    }
  ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i atom-coffee2-transpiler

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

1.82 kB

Total Files

3

Last publish

Collaborators

  • artarf