angelabilities-exec

1.0.1 • Public • Published

angelabilities-exec

Handy common code for angel to execute shell commands

setup

npm i angelabilities-exec --save-dev

angel.exec

Execute arbitrary shell commands and get their stdout & stderr piped through the running process.

callback style

let childProcess = angel.exec("touch this", function (err, statusCode) {})

promise style

await angel.exec('touch this')

Readme

Keywords

none

Package Sidebar

Install

npm i angelabilities-exec

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

3.5 kB

Total Files

7

Last publish

Collaborators

  • outbounder