Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jersou/deno-shell-stream

A lib for Deno that mix I/O stream API and Shell pipe/redirects.
https://github.com/jersou/deno-shell-stream

deno shell stream

Last synced: about 1 month ago
JSON representation

A lib for Deno that mix I/O stream API and Shell pipe/redirects.

Awesome Lists containing this project

README

        

# Node ShellStream : [sh-stream NPM package](https://www.npmjs.com/package/sh-stream)

ShellStream mix I/O stream API and Shell pipe/redirects.

It has zero 3rd party dependencies and don't internally run sh or bash commands.

This package is the Node version of The deno ShellStream lib, build in Node by
[dnt](https://github.com/denoland/dnt).

## Quick examples (with NodeJS)

---- TODO ----