create-bijou-tui-app 4.1.0 → 4.4.0
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Scaffold a new Bijou TUI app with batteries-included defaults.
|
|
4
4
|
|
|
5
|
-
## Package Role
|
|
5
|
+
## Package Role
|
|
6
6
|
|
|
7
7
|
- **Canonical starter** — generated apps target the current `@flyingrobots/bijou-tui` + `@flyingrobots/bijou-tui-app` path instead of an older shell-starter path.
|
|
8
8
|
- **Public API only** — the scaffolded app uses public package APIs so it can serve as a downstream canary for real-world upgrades.
|
|
@@ -78,3 +78,7 @@ The generated app is intentionally opinionated:
|
|
|
78
78
|
Use this scaffolder when you want a real shell starter, not just an empty `run(app)` bootstrap.
|
|
79
79
|
|
|
80
80
|
For upgrade notes and architecture context, see [`../../docs/MIGRATING_TO_V4.md`](../../docs/MIGRATING_TO_V4.md) and [`../../docs/ARCHITECTURE.md`](../../docs/ARCHITECTURE.md).
|
|
81
|
+
|
|
82
|
+
## Documentation
|
|
83
|
+
|
|
84
|
+
See the [Bijou repo](https://github.com/flyingrobots/bijou) for the full documentation map, architecture guide, and design system.
|