Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 410 Bytes

File metadata and controls

20 lines (12 loc) · 410 Bytes

jstransformer-iced-coffee-script

IcedCoffeeScript support for JSTransformers.

Installation

npm install jstransformer-iced-coffee-script

API

var coffee = require('jstransformer')(require('jstransformer-iced-coffee-script'))

coffee.render('n = 42', {bare: true}).body
//=> var n; n = 42;

License

MIT