promisify-child-process
seriously like the best async child process library
Found 18 results for execFile
seriously like the best async child process library
transform an options object into an array of args
Execute commands from Node.js and get a Promise back.
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.
A smarter replacement for node.js's child_process module.
Useful additions to inbuilt child_process module.
Promisify execFile
Wrapper script around child_process execFile and spawn to make it more convenient to run bash commands from a node.js script.
bind child_process.execFile to a file and configuration
child_process with POSIX style features
node package to manage child processes
execFile() wrapper for 'co'
Ketch helps you execute, one way or another.
Execute commands from Node.js and get a Promise back.
manage arguments used in .spawn(), .execFile() and their siblings
Versions of execFile and spawn which allow you to supply an argv[0] other than the executed filename
run something
A simple package to handle child_process.spawn in a practical way