tine-hogan
v0.1.1
Published
Seamlessly using hogan template engine with unified API.
Readme
tine-hogan
Seamlessly using hogan template engine with unified API.
Install
npm install --save tine-hoganUsage
const tine = require('tine')
const hogan = require('tine-hogan')
const render = tine(hogan, templateOptions)
const result = render(template, data)License
MIT © EGOIST
