Skip to content
/ exec Public

Utility function to execute a shell command and return a Promise

License

Notifications You must be signed in to change notification settings

appgeist/exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utility function to execute a shell command and return a Promise

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published