hub-bin
v1.0.0
Published
Binary wrapper for Hub - hub helps you win at git. http://hub.github.com/
Downloads
2
Readme
hub-bin
Binary wrapper for Hub - hub helps you win at git. http://hub.github.com/
CLI
$ npm install --save hub-bin
$ hub --help
API
$ npm install --save flow-bin
const execFile = require('child_process').execFile;
const flow = require('flow-bin');
execFile(flow, ['check'], (err, stdout) => {
console.log(stdout);
});
License
MIT © James Kyle