jstransformer-just

0.1.0 • Public • Published

jstransformer-just

JUST support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-just

API

var just = require('jstransformer')(require('jstransformer-just'))

just.renderAsync('Hello, <%= name %>!', { name: 'World' }, function (err, data) {
  data.body
  //=> 'Hello, World!'
});

License

MIT

/jstransformer-just/

    Package Sidebar

    Install

    npm i jstransformer-just

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

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