1.0.3 • Published 3 years ago

run-sh v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

run-sh

https://www.npmjs.com/package/run-sh

Install

npm install run-sh

Use

const sh = require('run-sh');

sh("times").then(function(res) {
  console.log("Current server time: ", res.stdout);
  if (res.stderr) console.log("Times threw following err: ", res.stderr);
}, function(err) {
  console.log("Error running `times`: " err);
});
1.0.3

3 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago