Small promise wrapper around node's child_process#exec
allowing you to use async/await syntax for commands you want to execute.
Small promise wrapper around node's child_process#exec
allowing you to use async/await syntax for commands you want to execute.
Async EXEC - A micro for executing shell commands that returns the output and supports Promise and await.