jsreport-ejs

2.2.0 • Public • Published

jsreport-ejs

NPM Version Build Status

EJS templating engine for jsreport. See the docs https://jsreport.net/learn/ejs

Installation

npm install jsreport-ejs

Usage

To use ejs in for template rendering set template.engine=ejs in the rendering request.

{
  template: { content: '...', recipe: '...', enginne: 'ejs' }
}

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-ejs')())

Readme

Keywords

Package Sidebar

Install

npm i jsreport-ejs

Weekly Downloads

21

Version

2.2.0

License

MIT

Unpacked Size

47.7 kB

Total Files

10

Last publish

Collaborators

  • bjrmatos
  • pofider