1.1.3 • Published 5 years ago

@appgeist/exec v1.1.3

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

@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.

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago