ejs-renderify

0.0.1 • Public • Published

ejs-renderify

EJS precompiler for Browserify.

Installation

npm install ejs-renderify

Usage

If you're compiling your code from the command-line, include -t ejs-renderify:

browserify -t ejs-renderify index.js -o bundle.js

From the API:

b.transform('ejs-renderify', { template: 1, variables: 2, here: 3 })

Package Sidebar

Install

npm i ejs-renderify

Weekly Downloads

5

Version

0.0.1

License

MIT

Last publish

Collaborators

  • lordofthelake