exec-batch
0.1.0 • Public • Published exec-batch
Batch execution of shell commands
Installation
$ npm install exec-batch
Usage example
var ExecBatch = require('exec-batch');
batch = new ExecBatch(options);
batch.add('git reset');
batch.add('git checkout .');
batch.add('git clean -df');
batch.start(function (err) {
if (err) throw err;
console.log("Done!");
});
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.1.0 | 0 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.1.0 | 0 | |
0.0.0 | 0 | |
Package Sidebar
Install
Weekly Downloads