1.5.0 • Published 2 years ago

@travist/async-shell v1.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

async-shell

A super simple async shell for Node.js

Installation

You can install this package using NPM.

npm install @travist/async-shell

Usage

You can use this library in Node.js within an async/await function.

const shell = require('@travist/async-shell');

// Must be within an async function.
(async () => {
    const output = await shell('git status');
    console.log(output);
})();
1.2.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago