Skip to content

Commit 622d2d0

Browse files
authored
Merge pull request #316 from knockout/docs/version-and-readmes
Add version badge to tko.io and READMEs to all packages
2 parents d3bc97e + ffe9514 commit 622d2d0

27 files changed

Lines changed: 154 additions & 0 deletions

File tree

builds/reference/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/build.reference
2+
3+
The TKO reference build — modern Knockout with TSX, native provider, and strict equality
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/builds/reference)

packages/bind/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/bind
2+
3+
TKO DOM-Observable Binding
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/bind)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/binding.component
2+
3+
Component binding for web components
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/binding.component)

packages/binding.core/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/binding.core
2+
3+
Core bindings (text, html, css, style, attr, click, event, visible, etc.)
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/binding.core)

packages/binding.foreach/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/binding.foreach
2+
3+
Foreach binding for rendering collections
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/binding.foreach)

packages/binding.if/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/binding.if
2+
3+
Conditional bindings (if, ifnot, with, else)
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/binding.if)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/binding.template
2+
3+
Template binding and template engines
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/binding.template)

packages/builder/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/builder
2+
3+
Build a customized TKO/Knockout instance from modular packages
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/builder)

packages/computed/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/computed
2+
3+
Computed observables and pure computeds
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/computed)

packages/filter.punches/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @tko/filter.punches
2+
3+
Expression filters for binding strings (from knockout punches)
4+
5+
Part of [TKO](https://tko.io) — modern Knockout.js. [Docs](https://tko.io) · [Source](https://github.com/knockout/tko/tree/main/packages/filter.punches)

0 commit comments

Comments
 (0)