1.1.0 • Published 4 years ago

jsreport-version-control-git v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

jsreport-version-control-git

NPM Version Build Status

This creates local git repository in data directory and provide versioning implementation for jsreport-version-control extension. The package includes the git node binding and doesn't require the full git to be installed.

Installation

Requires nodejs 12.

npm install jsreport-version-control-git
{
  "extensions": { "versionControl": { "provider": "git" } }
}

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-version-control')({ provider: 'git' }))
jsreport.use(require('jsreport-version-control-git')())
1.1.0

4 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago