Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jersou/deno-shell-stream
- Owner: jersou
- License: mit
- Created: 2021-10-15T21:14:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T10:58:21.000Z (over 1 year ago)
- Last Synced: 2024-10-04T02:34:02.601Z (about 2 months ago)
- Topics: deno, shell, stream
- Language: TypeScript
- Homepage:
- Size: 507 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-nodejs.md
- License: LICENSE
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 ----