Skip to content

The library aims to execute commands in local terminal (/bin/bin on Mac cmd.exe on Window) in promisifing ways.

License

Notifications You must be signed in to change notification settings

jobsteven/promisify-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

promisify-bash

The library aims to execute commands in local terminal (/bin/bin on Mac cmd.exe on Window) in promisifing ways.

#usage

var bash = require('promisify-bash');

bash('git branch')
  .then(function(d){
    console.log(d);
  })
  .catch(function(e){
    console.log(e);
  })

Good Library Companions

About

The library aims to execute commands in local terminal (/bin/bin on Mac cmd.exe on Window) in promisifing ways.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published