jstransformer-engine

0.2.0 • Public • Published

jstransformer-engine

engine support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-engine

API

var engine = require('jstransformer')(require('jstransformer-engine'));
 
engine.render('Hello, <%= name %>!', { name: 'World' }).body
//=> 'Hello, World!'

License

MIT

/jstransformer-engine/

    Package Sidebar

    Install

    npm i jstransformer-engine

    Weekly Downloads

    2

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

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