aexec
v1.0.3
Published
Async EXEC - A micro for executing shell commands that returns the output and supports Promise and await.
Downloads
14
Maintainers
Readme
Install
npm install aexecUsage
import aexec from "aexec";
console.log(await aexec("ls"));
/* Output:
index.js
package.json
readme.md
*/