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

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-ejs

Weekly Downloads

6,072

Version

0.2.0

License

MIT

Last publish

Collaborators

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