https://github.com/jsreport/jsreport-version-control
jsreport extension adding support for versioning templates and other entities
https://github.com/jsreport/jsreport-version-control
Last synced: about 1 year ago
JSON representation
jsreport extension adding support for versioning templates and other entities
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-version-control
- Owner: jsreport
- License: mit
- Created: 2017-11-30T17:02:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:39:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T11:43:35.148Z (about 1 year ago)
- Language: JavaScript
- Size: 2.03 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-version-control
[](https://npmjs.com/package/jsreport-version-control)
[](https://travis-ci.com/jsreport/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
```bash
npm install jsreport-version-control
```
## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-version-control')())
```