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

/jstransformer-jqtpl/

    Package Sidebar

    Install

    npm i jstransformer-jqtpl

    Weekly Downloads

    3

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

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