Skip to content

Commit

Permalink
docs: update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 6, 2020
1 parent 47284b5 commit ef88d87
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/adjacency/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is generated - DO NOT EDIT! -->

# ![@thi.ng/adjacency](https://media.thi.ng/umbrella/banners/thing-adjacency.svg?1582642861)
# ![@thi.ng/adjacency](https://media.thi.ng/umbrella/banners/thing-adjacency.svg?1583462201)

[![npm version](https://img.shields.io/npm/v/@thi.ng/adjacency.svg)](https://www.npmjs.com/package/@thi.ng/adjacency)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/adjacency.svg)
Expand Down Expand Up @@ -32,7 +32,7 @@ Sparse & bitwise adjacency matrices and related functions for directed & undirec
yarn add @thi.ng/adjacency
```

Package sizes (gzipped): ESM: 1.7KB / CJS: 1.8KB / UMD: 1.9KB
Package sizes (gzipped): ESM: 1.8KB / CJS: 1.9KB / UMD: 2.0KB

## Dependencies

Expand Down
6 changes: 3 additions & 3 deletions packages/binary/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is generated - DO NOT EDIT! -->

# ![@thi.ng/binary](https://media.thi.ng/umbrella/banners/thing-binary.svg?1583078709)
# ![@thi.ng/binary](https://media.thi.ng/umbrella/banners/thing-binary.svg?1583462901)

[![npm version](https://img.shields.io/npm/v/@thi.ng/binary.svg)](https://www.npmjs.com/package/@thi.ng/binary)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/binary.svg)
Expand All @@ -20,7 +20,7 @@ This project is part of the

## About

50+ assorted binary / bitwise operations, conversions, utilities.
95+ assorted binary / bitwise operations, conversions, utilities.

### Status

Expand All @@ -32,7 +32,7 @@ This project is part of the
yarn add @thi.ng/binary
```

Package sizes (gzipped): ESM: 1.7KB / CJS: 2.0KB / UMD: 1.8KB
Package sizes (gzipped): ESM: 1.9KB / CJS: 2.2KB / UMD: 1.8KB

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/binary/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thi.ng/binary",
"version": "1.3.2",
"description": "50+ assorted binary / bitwise operations, conversions, utilities",
"description": "95+ assorted binary / bitwise operations, conversions, utilities",
"module": "./index.js",
"main": "./lib/index.js",
"umd:main": "./lib/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitfield/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is generated - DO NOT EDIT! -->

# ![@thi.ng/bitfield](https://media.thi.ng/umbrella/banners/thing-bitfield.svg?1581297780)
# ![@thi.ng/bitfield](https://media.thi.ng/umbrella/banners/thing-bitfield.svg?1583462197)

[![npm version](https://img.shields.io/npm/v/@thi.ng/bitfield.svg)](https://www.npmjs.com/package/@thi.ng/bitfield)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/bitfield.svg)
Expand Down Expand Up @@ -34,7 +34,7 @@ backing the width is always rounded to a multiple of 32.
yarn add @thi.ng/bitfield
```

Package sizes (gzipped): ESM: 0.5KB / CJS: 0.6KB / UMD: 0.7KB
Package sizes (gzipped): ESM: 0.9KB / CJS: 1.0KB / UMD: 1.1KB

## Dependencies

Expand Down
5 changes: 3 additions & 2 deletions packages/fsm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is generated - DO NOT EDIT! -->

# ![@thi.ng/fsm](https://media.thi.ng/umbrella/banners/thing-fsm.svg?1581297780)
# ![@thi.ng/fsm](https://media.thi.ng/umbrella/banners/thing-fsm.svg?1583462198)

[![npm version](https://img.shields.io/npm/v/@thi.ng/fsm.svg)](https://www.npmjs.com/package/@thi.ng/fsm)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/fsm.svg)
Expand Down Expand Up @@ -43,14 +43,15 @@ package.
yarn add @thi.ng/fsm
```

Package sizes (gzipped): ESM: 1.4KB / CJS: 1.5KB / UMD: 1.5KB
Package sizes (gzipped): ESM: 1.4KB / CJS: 1.5KB / UMD: 1.4KB

## Dependencies

- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
- [@thi.ng/arrays](https://github.com/thi-ng/umbrella/tree/develop/packages/arrays)
- [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
- [@thi.ng/strings](https://github.com/thi-ng/umbrella/tree/develop/packages/strings)
- [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/develop/packages/transducers)

## Usage examples
Expand Down
12 changes: 10 additions & 2 deletions packages/hdom-components/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is generated - DO NOT EDIT! -->

# ![@thi.ng/hdom-components](https://media.thi.ng/umbrella/banners/thing-hdom-components.svg?1583078719)
# ![@thi.ng/hdom-components](https://media.thi.ng/umbrella/banners/thing-hdom-components.svg?1583462203)

[![npm version](https://img.shields.io/npm/v/@thi.ng/hdom-components.svg)](https://www.npmjs.com/package/@thi.ng/hdom-components)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hdom-components.svg)
Expand Down Expand Up @@ -47,7 +47,7 @@ components**. Feedback welcome!
yarn add @thi.ng/hdom-components
```

Package sizes (gzipped): ESM: 1.8KB / CJS: 1.9KB / UMD: 2.0KB
Package sizes (gzipped): ESM: 2.3KB / CJS: 2.4KB / UMD: 2.4KB

## Dependencies

Expand Down Expand Up @@ -103,6 +103,14 @@ Custom dropdown UI component w/ fuzzy search

[Live demo](https://demo.thi.ng/umbrella/hdom-dropdown-fuzzy/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-dropdown-fuzzy)

### hdom-toggle <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-toggle.png)

Customizable slide toggle component demo

[Live demo](https://demo.thi.ng/umbrella/hdom-toggle/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-toggle)

### mandelbrot <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/mandelbrot.jpg)
Expand Down
10 changes: 9 additions & 1 deletion packages/hdom/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is generated - DO NOT EDIT! -->

# ![@thi.ng/hdom](https://media.thi.ng/umbrella/banners/thing-hdom.svg?1583078715)
# ![@thi.ng/hdom](https://media.thi.ng/umbrella/banners/thing-hdom.svg?1583462199)

[![npm version](https://img.shields.io/npm/v/@thi.ng/hdom.svg)](https://www.npmjs.com/package/@thi.ng/hdom)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/hdom.svg)
Expand Down Expand Up @@ -209,6 +209,14 @@ Using hdom in an Elm-like manner

[Live demo](https://demo.thi.ng/umbrella/hdom-elm/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-elm)

### hdom-toggle <!-- NOTOC -->

![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/hdom-toggle.png)

Customizable slide toggle component demo

[Live demo](https://demo.thi.ng/umbrella/hdom-toggle/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/hdom-toggle)

### hydrate-basics <!-- NOTOC -->

Hiccup / hdom DOM hydration example
Expand Down
5 changes: 3 additions & 2 deletions packages/strings/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file is generated - DO NOT EDIT! -->

# ![@thi.ng/strings](https://media.thi.ng/umbrella/banners/thing-strings.svg?1583078712)
# ![@thi.ng/strings](https://media.thi.ng/umbrella/banners/thing-strings.svg?1583462196)

[![npm version](https://img.shields.io/npm/v/@thi.ng/strings.svg)](https://www.npmjs.com/package/@thi.ng/strings)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/strings.svg)
Expand Down Expand Up @@ -42,10 +42,11 @@ Partially based on Clojure version of [thi.ng/strf](http://thi.ng/strf).
yarn add @thi.ng/strings
```

Package sizes (gzipped): ESM: 2.0KB / CJS: 2.2KB / UMD: 2.1KB
Package sizes (gzipped): ESM: 2.2KB / CJS: 2.4KB / UMD: 2.3KB

## Dependencies

- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
- [@thi.ng/errors](https://github.com/thi-ng/umbrella/tree/develop/packages/errors)
- [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/develop/packages/memoize)

Expand Down

0 comments on commit ef88d87

Please sign in to comment.