command-execution-await
v1.0.0
Published
execution command line for nodejs
Downloads
278
Readme
simple project to get asynchronous tasks in command line running more asthetic for nodejs
const executeCommand = require('command-execution-await')
await executeCommand("ls")
```