A pass through sub command (git-style) runner.
npm install sub-cmd
var subcmd = require('sub-cmd'); subcmd.spawn(function (err, child) { // ... });