Skip to content

HOYS/jsreport-handlebars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#jsreport-handlebars NPM Version Build Status

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

##Installation

npm install jsreport-handlebars

##Usage To use handlebars in for template rendering set template.engine=handlebars in the rendering request.

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

##jsreport-core You can apply this extension also manually to jsreport-core

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

About

jsreport handlebars templating engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%