2.5.4 • Published 3 years ago

jsreport-version-control-remote-git v2.5.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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')())
2.5.2

3 years ago

2.5.4

3 years ago

2.5.3

3 years ago

2.5.0

3 years ago

2.3.2

3 years ago

2.4.0

3 years ago

2.3.4

3 years ago

2.5.1

3 years ago

2.3.3

3 years ago

2.3.5

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.3.1

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.1.0

3 years ago