-
yawn(command, argv, opts, cb) → {Object}
-
Runs the given command with the provided options.
WARNING: when
trackStdout
is set, the output of the process is buffered which may lead to large amount of memory usageParameters:
Name Type Description command
string command to run, i.e.
ls
argv
Array.<string> arguments to pass to
child_process.spawn
, i.e.-la
opts
Object options passed to
child_process.spawn
Properties
Name Type Description trackStderr
boolean if
true
, the given callback is invoked with an error whenever any output intostderr
is encountered (default: false)trackStdout
boolean if
true
, the given callback is invoked with the data piped tostdout
as a Buffer when the process is finished (default: false)cb
function (optional), if supplied it is invoked when processed finished
Returns:
the spawned process
- Type
- Object
Maintenance
Commit Frequency
Further analysis of the maintenance status of yawn based on released npm versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.
An important project maintenance signal to consider for yawn is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.