Skip to content

Commit

Permalink
docs: regen readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 25, 2024
1 parent cfec609 commit 897bb45
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/fibers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [Channels](#channels)
- [CSP ping/pong example](#csp-pingpong-example)
- [Status](#status)
- [Related packages](#related-packages)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Usage examples](#usage-examples)
Expand Down Expand Up @@ -371,6 +372,11 @@ if (res !== undefined) {

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bfibers%5D+in%3Atitle)

## Related packages

- [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp) - Primitives & operators for Communicating Sequential Processes based on async/await and async iterables
- [@thi.ng/transducers-async](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers-async) - Async versions of various highly composable transducers, reducers and iterators

## Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion packages/file-io/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For Node.js REPL:
const fio = await import("@thi.ng/file-io");
```

Package sizes (brotli'd, pre-treeshake): ESM: 2.04 KB
Package sizes (brotli'd, pre-treeshake): ESM: 2.06 KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/hiccup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ For Node.js REPL:
const h = await import("@thi.ng/hiccup");
```

Package sizes (brotli'd, pre-treeshake): ESM: 2.17 KB
Package sizes (brotli'd, pre-treeshake): ESM: 2.19 KB

## Dependencies

Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-csp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and synchronous stream subscriptions/transformations of

## Related packages

- [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp) - ES6 promise based CSP primitives & operations
- [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp) - Primitives & operators for Communicating Sequential Processes based on async/await and async iterables
- [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) - Reactive streams & subscription primitives for constructing dataflow graphs / pipelines

## Installation
Expand Down Expand Up @@ -67,7 +67,7 @@ For Node.js REPL:
const rscsp = await import("@thi.ng/rstream-csp");
```

Package sizes (brotli'd, pre-treeshake): ESM: 247 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 235 bytes

## Dependencies

Expand Down
7 changes: 7 additions & 0 deletions packages/transducers-async/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [Transducers](#transducers)
- [Reducers](#reducers)
- [Status](#status)
- [Related packages](#related-packages)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Usage examples](#usage-examples)
Expand Down Expand Up @@ -83,6 +84,12 @@ Async versions of various highly composable transducers, reducers and iterators.

[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Btransducers-async%5D+in%3Atitle)

## Related packages

- [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp) - Primitives & operators for Communicating Sequential Processes based on async/await and async iterables
- [@thi.ng/fibers](https://github.com/thi-ng/umbrella/tree/develop/packages/fibers) - Process hierarchies & operators for cooperative multitasking
- [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) - Reactive streams & subscription primitives for constructing dataflow graphs / pipelines

## Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion packages/transducers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ change for custom reducer impls.

## Related packages

- [@thi.ng/csp](https://github.com/thi-ng/umbrella/tree/develop/packages/csp) - ES6 promise based CSP primitives & operations
- [@thi.ng/csv](https://github.com/thi-ng/umbrella/tree/develop/packages/csv) - Customizable, transducer-based CSV parser/object mapper and transformer
- [@thi.ng/grid-iterators](https://github.com/thi-ng/umbrella/tree/develop/packages/grid-iterators) - 2D grid and shape iterators w/ multiple orderings
- [@thi.ng/fsm](https://github.com/thi-ng/umbrella/tree/develop/packages/fsm) - Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams
- [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) - Reactive streams & subscription primitives for constructing dataflow graphs / pipelines
Expand Down

0 comments on commit 897bb45

Please sign in to comment.