包详细信息

aexec

i011ISC1.0.3

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

shell, sh, bash, async / await

自述文件

Install

npm install aexec

Usage

import aexec from "aexec";

console.log(await aexec("ls"));
/* Output:
index.js
package.json
readme.md
*/