2.2.0 • Published 5 years ago

jsreport-ejs v2.2.0

Weekly downloads
90
License
MIT
Repository
github
Last release
5 years ago

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')())
2.2.0

5 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

6 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago