https://github.com/jg-wright/stream
https://github.com/jg-wright/stream
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jg-wright/stream
- Owner: jg-wright
- License: mit
- Created: 2023-01-16T10:19:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-04T12:33:53.000Z (14 days ago)
- Last Synced: 2026-06-04T14:13:22.867Z (14 days ago)
- Language: TypeScript
- Homepage: https://jg-wright.github.io/stream/
- Size: 433 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stream
Reactive programming tools using the WHATWG Streams API.
See the [docs](https://johngeorgewright.github.io/stream/) for more information.
## Building
1. Install [Bun](https://bun.sh/).
1. Install dependencies: `bun install`
1. Start an incremental build tool: `bun start`. Or build once: `bun run build`
### Building Documentation
We're using a combination of [Jekyll](https://jekyllrb.com/) for static file generation and [Typedoc](https://typedoc.org/) for API generation.
1. Install [Ruby](https://www.ruby-lang.org/).
1. Install depenedencies: `bundle install`
1. Build documentation: `bun run build:docs`. Or start a server: `bun run serve:docs`.