Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orkon/passthru
https://github.com/orkon/passthru
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orkon/passthru
- Owner: OrKoN
- License: mit
- Created: 2015-12-01T20:01:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T20:06:36.000Z (about 9 years ago)
- Last Synced: 2023-04-09T19:07:20.049Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# passthru
## Usage
```js
var run = require('passthru');
run('ls -l').then((output) => console.log(output));
```