2.1.1 • Published 5 years ago

jsreport-jsrender v2.1.1

Weekly downloads
1,674
License
LGPL
Repository
github
Last release
5 years ago

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

5 years ago

2.1.0

5 years ago

2.0.0

6 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.0

8 years ago

0.3.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago