@jobscale/shell

0.0.1 • Public • Published

install

npm i -S jobscale/shell

example

const { Shell } = require('shell');

const main = () => {
  new Shell().spawn('curl', ['ifconfig.io'])
  .then(() => logger.info(text));
};
(() => {
  main();
})();

Readme

Keywords

none

Package Sidebar

Install

npm i @jobscale/shell

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

1.67 kB

Total Files

3

Last publish

Collaborators

  • jobscale