LiveScript support for JSTransformers.
npm install jstransformer-livescript
LiveScript support for JSTransformers.





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