sub-cmd
v0.1.1
Published
A pass through sub command (git-style) runner.
Downloads
12
Readme
Sub-CMD - a git-style sub command caller.
Install
npm install sub-cmd
Usage
var subcmd = require('sub-cmd');
subcmd.spawn(function (err, child) {
// ...
});