Skip to content

jstransformers/jstransformer-hogan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jstransformer-hogan

Hogan.js support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-hogan

API

var hogan = require('jstransformer')(require('jstransformer-hogan'))

hogan.render('Hello @{{name}}!', {name: 'World'}).body
//=> 'Hello World!'

License

MIT