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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    5
  • 0.1.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i jstransformer-qejs

Weekly Downloads

4

Version

0.2.0

License

MIT

Last publish

Collaborators

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