@appgeist/exec
v1.1.3
Published
Utility function to execute a shell command and return a Promise
Downloads
33
Maintainers
Readme
@appgeist/exec
Utility function to execute a shell command and return a Promise.
Usage
const exec = require("@appgeist/exec");
const result = await exec(`
identify
-format "%[fx:w/h]"
catz-picture.jpg
`);
License
The ISC License.