FIFO executor for array of Promises
Runs a list of async tasks, passing the results of each into the next one
Run promise-returning & async functions in series, each passing its result to the next
Run an array of functions in series, each passing its results to the next function (waterfall)
call your callbacks in a waterfall, at speed
Execute shell command forwarding all stdio.
Actions exec lib
Tap into select hooks and run a command on the terminal
Event Emitting and Middleware Hooks
A tiny cross-platform promise based wrapper around child_process.spawn.
Returns a promise with the results of a shell command
Percy CLI commands for running a local snapshot server using [`@percy/core`](./packages/core).
semantic-release plugin to run custom shell commands
Regular expression for matching a shebang line
A grown up version of Node's spawn/exec
Compose promise-returning & async functions into a reusable pipeline
Limit the shell execution commands to <x> calls same time.
Run a buffer through a child process
Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.
Run commands in order
Run any OpenAPI spec as an Agent optimized executable
CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
Replacement for shelljs' slow exec method - benchmarked 20x faster
Secure Node.js execution without a sandbox. V8 isolate-based code execution with full Node.js and npm compatibility.