create-rindle 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,11 @@ cd my-app
17
17
  pnpm dev
18
18
  ```
19
19
 
20
+ Full docs — what the template contains and how to grow it:
21
+ **[rindle.sh/docs/create-rindle](https://rindle.sh/docs/create-rindle)** · markdown
22
+ mirror: [`create-rindle.md`](https://rindle.sh/docs/create-rindle.md) · for agents:
23
+ [llms.txt](https://rindle.sh/llms.txt)
24
+
20
25
  ## What you get
21
26
 
22
27
  A minimal but real three-tier Rindle app (a tiny forum-of-rooms with **live message counts**):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rindle",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",