0.5.0 • Published 7 years ago

slobber v0.5.0

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

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);
});
0.5.0

7 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.0

9 years ago