@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.
Utility function to execute a shell command and return a Promise.
const exec = require("@appgeist/exec");
const result = await exec(`
identify
-format "%[fx:w/h]"
catz-picture.jpg
`);
The ISC License.
npm i @appgeist/exec
3
1.1.3
ISC
2.55 kB
6