jstransformer-jqtpl

0.2.0 • Public • Published

jstransformer-jqtpl

JQTPL support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-jqtpl

API

var jqtpl = require('jstransformer')(require('jstransformer-jqtpl'));
 
jqtpl.render('Hello, ${name}!', {name: 'World'}).body
//=> 'Hello, World!'

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-jqtpl

Weekly Downloads

1

Version

0.2.0

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu