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