dpkg-squirrel

0.4.2 • Public • Published

squirrel

Runs stuff in batch from some data package metadata, give them some inputs and package the outputs adding resources to the datapackage.

NPM

Usage

var Sqrl = require('dpkg-squirrel');
var dpgk = require('/path/to/data/package.json');

var sqrl = new Sqrl(dpkg, {concurrency: 4});
sqrl.start(function(err, newDpkg){
   //everything has been run;  newDpkg contains new resources
});
sqrl.on('step', function(msg){console.log(msg)});

Tests

npm test

Licence

MIT

Dependents (0)

Package Sidebar

Install

npm i dpkg-squirrel

Weekly Downloads

1

Version

0.4.2

License

MIT

Last publish

Collaborators

  • sballesteros