Search results
23 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.
Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.
Elegant command execution with built-in control flow
execute shell commands from node.js, synchronous, with stdin, stdout, stderr.
Useful additions to inbuilt child_process module.
- extra
- child
- process
- ChildProcess
- ChildProcessByStdio
- ChildProcessWithoutNullStreams
- CommonExecOptions
- CommonOptions
- CommonSpawnOptions
- ExecAsyncException
- ExecAsyncReturns
- ExecException
- ExecFileOptions
- ExecFileOptionsWithBufferEncoding
- View more
Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.
Polyfill of spawnSync and execSync for Node-0.10.x (Unix only yet)
to generator a project quickly by given conditions
Utility to check dependencies
Async EXEC - A micro for executing shell commands that returns the output and supports Promise and await.
Execute multiple processes at once synchronously or asynchronously.
A CLI for running batches of shell commands on folders.
execSync for v0.10 and v0.11
Simplified exec for Node
A small wrapper on node's native `child_process`. It can start an elevated child process (run as aminstrator) using `spawn`, `exec`, `fork`, `spawnSync` or `execSync` from a non-elevated process; offering stdin, stdout and stderr on the elevated process
Simple spec-runner for executable scripts.
system(3) emulation for node.js
gulp plugin for execSync
Syntax extension for shell command execution without boilerplate
Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc. This build works better on Windows.