jstransformer-handlebars
Handlebars support for JSTransformers.
Last updated 4 years ago by webketje .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install jstransformer-handlebars 
SYNC missed versions from official npm registry.

jstransformer-handlebars

Handlebars.js support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-handlebars

API

var handlebars = require('jstransformer')(require('jstransformer-handlebars'));

var locals = {
  name: "World"
};

handlebars.render('<h1>Hello {{name}}!</h1>', {}, locals).body
//=> '<h1>Hello World!</h1>'

License

MIT

Current Tags

  • 1.2.0                                ...           latest (4 years ago)

6 Versions

  • 1.2.0                                ...           4 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.0                                ...           11 years ago
  • 0.1.0                                ...           11 years ago
  • 0.0.2                                ...           11 years ago
  • 0.0.1                                ...           11 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 5
Last Month 6
Dependencies (1)
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |