command-execute
v1.0.0-rc1.4
Published
A little utility for running shell/cmd/powershell command in node
Downloads
3
Readme
Command-execute
This is a little utility for execute shell command using child_process.exec
Use Like This:
const exec = require('command-execute');
exec.exec(command,stdoutPath,stderrPath) //If you don't use stdoutPath and/or stderrPath, it would defaultly use console.out() to output the contnent.