-
yawn(command, argv, opts, cb) → {Object}
-
Runs the given command with the provided options.
WARNING: when
trackStdoutis set, the output of the process is buffered which may lead to large amount of memory usageParameters:
Name Type Description commandstring command to run, i.e.
lsargvArray.<string> arguments to pass to
child_process.spawn, i.e.-laoptsObject options passed to
child_process.spawnProperties
Name Type Description trackStderrboolean if
true, the given callback is invoked with an error whenever any output intostderris encountered (default: false)trackStdoutboolean if
true, the given callback is invoked with the data piped tostdoutas a Buffer when the process is finished (default: false)cbfunction (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.

