jstransformer-jqtpl
v0.2.0
Published
JQTPL support for JSTransformers.
Downloads
31
Keywords
Readme
jstransformer-jqtpl
JQTPL support for JSTransformers.
Installation
npm install jstransformer-jqtplAPI
var jqtpl = require('jstransformer')(require('jstransformer-jqtpl'));
jqtpl.render('Hello, ${name}!', {name: 'World'}).body
//=> 'Hello, World!'License
MIT
