0.0.1 • Published 3 years ago
@jobscale/shell v0.0.1
install
npm i -S jobscale/shell
example
const { Shell } = require('shell');
const main = () => {
new Shell().spawn('curl', ['ifconfig.io'])
.then(() => logger.info(text));
};
(() => {
main();
})();
0.0.1
3 years ago