Handlebars support for JSTransformers.
npm install jstransformer-handlebarsHandlebars.js support for JSTransformers.




npm install jstransformer-handlebars
``js
var handlebars = require('jstransformer')(require('jstransformer-handlebars'));
var locals = {
name: "World"
};
handlebars.render('
In addition to the standard Handlebars compile options, the render method can be passed objects for
partials, helpers and decorators` (deprecated).MIT