artarf / atom-coffee2-transpiler

A transpiler for Atom packages that processes code with coffeescript 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A transpiler for Atom packages that processes code with coffeescript 2


Languages

Language:JavaScript 100.0%