jstransformer-livescript

1.2.0 • Public • Published

jstransformer-livescript

Greenkeeper badge

LiveScript support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-livescript

API

var livescript = require('jstransformer')(require('jstransformer-livescript'))
 
livescript.render("alert 'boom'").body
//=> (function(){
//     alert(\"boom\");
//   }).call(this);

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-livescript

Weekly Downloads

14

Version

1.2.0

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu