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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    2
  • 1.1.2
    0
  • 1.1.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i jstransformer-livescript

Weekly Downloads

2

Version

1.2.0

License

MIT

Last publish

Collaborators

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