hub-bin

1.0.0 • Public • Published

hub-bin Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i hub-bin

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • thejameskyle