$ npm install jstransformer-blissbliss support for JSTransformers.
npm install jstransformer-bliss
For more use-cases see the tests in test folder or see the JSTransformer API for more details.
var bliss = require('jstransformer')(require('jstransformer-bliss'));
bliss.render('<p>Hello @place !!</p>', {context: {place: 'world'}}).body
//=> '<p>Hello world !!</p>'
MIT