Execute commands from Node.js and get a Promise back.
node exec promise
Returns a promise with the results of a shell command
seriously like the best async child process library
Regular expression for matching a shebang line
Actions exec lib
Testable CLIs with promises
Retries a function that returns a promise, leveraging the power of the retry module.
A tiny cross-platform promise based wrapper around child_process.spawn.
Simple wrapper around the "child_process" module that makes use of promises
Returns a promise from a node-style callback function.
A grown up version of Node's spawn/exec
Turns async function into sync via JavaScript wrapper of Node event loop
Promise version of glob
Execute shell command forwarding all stdio.
Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
Library to help write libraries that accept both promises and callbacks.
Transparent usage between `child_process.exec` and `ssh2.prototype.exec`
Bare bones Promises/A+ implementation
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Retries a function that returns a promise, leveraging the power of the retry module.
Lightweight promise polyfill. A+ compliant
spawn processes the way the npm cli likes to do