tutuca 0.9.82 → 0.9.83

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/README.md CHANGED
@@ -7,7 +7,7 @@ Zero-dependency batteries included SPA framework.
7
7
  - **Fits in your head** (and the context window)
8
8
  - **View source friendly** — step through the whole stack
9
9
  - **As much HTML as possible, as little JS as needed**
10
- - ~169KB minified, ~37KB brotli compressed
10
+ - ~177KB minified, ~40KB brotli compressed
11
11
 
12
12
  ## Quick Start
13
13
 
@@ -87,8 +87,8 @@ tutuca help [command]
87
87
  | Command | What it does |
88
88
  |---|---|
89
89
  | `get <module>` | Export inventory and counts for the module |
90
- | `list <module>` | List components and their fields/views |
91
- | `examples <module>` | List the examples defined in the module's section |
90
+ | `list <module> [name] [--limit n]` | List components and their fields/views (`--limit n` caps, `0` = all) |
91
+ | `examples <module> [--limit n]` | List the examples defined in the module's section (`--limit n` caps, `0` = all) |
92
92
  | `show <module> [name]` | Component API docs — all, or one by name |
93
93
  | `lint <module> [name]` | Run lint checks — all, or one by name (exit 2 on errors) |
94
94
  | `render <module> [name] [--title t] [--view v]` | Render examples to HTML |