jsreport-version-control
v1.6.2
Published
jsreport extension adding support for versioning templates and other entities
Downloads
2,284
Readme
jsreport-version-control
jsreport extension adding support for versioning entities and providing API as well as the studio UI for common commands like commit, diff, revert or history.
See https://jsreport.net/learn/version-control
Installation
npm install jsreport-version-control
jsreport-core
You can apply this extension also manually to jsreport-core
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-version-control')())