Search results
18 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
seriously like the best async child process library
Execute commands from Node.js and get a Promise back.
A smarter replacement for node.js's child_process module.
Make child_process objects emit 'close' events in node v0.6 like they do in v0.8. This makes it easier to write code that works correctly on both version of node.
Wrapper script around child_process execFile and spawn to make it more convenient to run bash commands from a node.js script.
Promisify execFile
Useful additions to inbuilt child_process module.
- extra
- child
- process
- ChildProcess
- ChildProcessByStdio
- ChildProcessWithoutNullStreams
- CommonExecOptions
- CommonOptions
- CommonSpawnOptions
- ExecAsyncException
- ExecAsyncReturns
- ExecException
- ExecFileOptions
- ExecFileOptionsWithBufferEncoding
- View more
child_process with POSIX style features
transform an options object into an array of args
Ketch helps you execute, one way or another.
bind child_process.execFile to a file and configuration
manage arguments used in .spawn(), .execFile() and their siblings
run something
node package to manage child processes
Versions of execFile and spawn which allow you to supply an argv[0] other than the executed filename
A simple package to handle child_process.spawn in a practical way
Execute commands from Node.js and get a Promise back.
execFile() wrapper for 'co'