UNPKG

aexec

Version:

Async EXEC - A micro for executing shell commands that returns the output and supports Promise and await.

19 lines (14 loc) 167 B
# Install ```bash npm install aexec ``` # Usage ```js import aexec from "aexec"; console.log(await aexec("ls")); /* Output: index.js package.json readme.md */ ```