UNPKG

sub-cmd

Version:

A pass through sub command (git-style) runner.

14 lines (8 loc) 201 B
# Sub-CMD - a git-style sub command caller. ## Install npm install sub-cmd ## Usage var subcmd = require('sub-cmd'); subcmd.spawn(function (err, child) { // ... });