jstransformer-jazz

0.3.0 • Public • Published

jstransformer-jazz

Jazz support for JSTransformer.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-jazz

API

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

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-jazz

Weekly Downloads

2

Version

0.3.0

License

MIT

Last publish

Collaborators

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