jstransformer-qejs

0.2.0 • Public • Published

jstransformer-qejs

QEJS support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-qejs

API

var qejs = require('jstransformer')(require('jstransformer-qejs'))
 
var template = 'Hello, <%- name %>!';
var locals = {
  name: 'World'
};
 
qejs.renderAsync(template, locals, function(err, data) {
  data.body;
  //=> 'Hello World!'
});

License

MIT

/jstransformer-qejs/

    Package Sidebar

    Install

    npm i jstransformer-qejs

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

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