jstransformer-ejs

0.2.0 • Public • Published

jstransformer-ejs

EJS support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-ejs

API

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

License

MIT

/jstransformer-ejs/

    Package Sidebar

    Install

    npm i jstransformer-ejs

    Weekly Downloads

    10,799

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

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