create-bijou-tui-app 4.2.0 → 4.4.1
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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.
|