Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orkon/passthru


https://github.com/orkon/passthru

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# passthru

## Usage

```js
var run = require('passthru');
run('ls -l').then((output) => console.log(output));
```