@appgeist/exec

1.1.3 • Public • Published

@appgeist/exec

NPM version License

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.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i @appgeist/exec

    Weekly Downloads

    2

    Version

    1.1.3

    License

    ISC

    Unpacked Size

    2.55 kB

    Total Files

    6

    Last publish

    Collaborators

    • icflorescu