system-coffee

0.1.2 • Public • Published

system-coffee

SystemJS plugin for compiling CoffeeScript

jspm install coffee

In config.js:

System.config({
  map: {
    coffee: "system-coffee"
  }
});

In your app:

System.import('./test.coffee!')
  .then(function (test) {
    var t = new test('Test');
    console.log(t);
  })

Package Sidebar

Install

npm i system-coffee

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • forresto