command-stream 0.2.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/$.mjs +1037 -1480
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
[](https://gitpod.io/#https://github.com/link-foundation/command-stream)
|
|
2
|
+
[](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=link-foundation/command-stream)
|
|
3
|
+
|
|
1
4
|
# [command-$tream](https://github.com/link-foundation/command-stream)
|
|
2
5
|
|
|
3
6
|
$treamable commands executor
|
|
4
7
|
|
|
5
8
|
A modern $ shell utility library with streaming, async iteration, and EventEmitter support, optimized for Bun runtime.
|
|
6
9
|
|
|
7
|
-
<img width="
|
|
10
|
+
<img width="2752" height="1344" alt="ray-so-export" src="https://github.com/user-attachments/assets/b1656450-0a2a-43f5-917c-4f15c3ffccaa" />
|
|
8
11
|
|
|
9
12
|
## Features
|
|
10
13
|
|
package/package.json
CHANGED