jsreport-jsrender
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/jsreport-jsrender package

2.1.1 • Public • Published

jsreport-jsrender

NPM Version Build Status

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

Installation

npm install jsreport-jsrender

Usage

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

{
  template: { content: '...', recipe: '...', engine: 'jsrender' }
}

jsreport-core

You can apply this extension also manually to jsreport-core

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

Readme

Keywords

Package Sidebar

Install

npm i jsreport-jsrender

Weekly Downloads

595

Version

2.1.1

License

LGPL

Unpacked Size

13.8 kB

Total Files

10

Last publish

Collaborators

  • bjrmatos
  • pofider