slobber

0.5.0 • Public • Published

Slobber

Slobber is a utility that runs a ScriptRunner build and run of a file against a database.

Usage

var slobber = require('slobber');
var slobInstance = slobber.getInstance({
  "jdbc": "jdbc:oracle:thin:@localhost:1521:xe",
  "user": "promotemgr",
  "password": "pass",
  "jarLocation": "path/to/ScriptRunner.jar",
  "codeSourcePath":"path/to/scriptrunner/build/dir",
  "builderConfigLocation": "builder.cfg"
});

slobInstance('path/to/file',function(slobResult){
 console.log(slobResult.result);
});

Readme

Keywords

none

Package Sidebar

Install

npm i slobber

Weekly Downloads

0

Version

0.5.0

License

MIT

Last publish

Collaborators

  • aledlewis
  • lcartwright