create-tinybase 0.3.1 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tinybase",
3
- "version": "0.3.1",
3
+ "version": "1.0.0",
4
4
  "author": "jamesgpearce",
5
5
  "repository": {
6
6
  "type": "git",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "license": "MIT",
10
10
  "homepage": "https://tinybase.org",
11
- "description": "The CLI to build new apps using TinyBase, a reactive data store and sync engine.",
11
+ "description": "A command-line tool to create TinyBase apps with full synchronization and local-first capabilities.",
12
12
  "keywords": [
13
13
  "tiny",
14
14
  "sync engine",
Binary file
@@ -168,7 +168,11 @@
168
168
  A tic-tac-toe game demonstrating turn-based logic and computed game state.
169
169
  {{/if}}
170
170
  <br><br>
171
- Built with {{#if typescript}}TypeScript{{#if schemas}} (using typed store schemas){{/if}}{{else}}JavaScript{{/if}}{{#if react}} and React{{/if}}.
171
+ Built with: {{#if typescript}}TypeScript{{#if schemas}} (using typed store schemas){{/if}}{{else}}JavaScript{{/if}}{{#if react}} and React{{/if}}.{{#if persist}}
172
+ <br><br>
173
+ Persistence: {{#if persistLocalStorage}}Local Storage{{else if persistSqlite}}SQLite{{else if persistPglite}}PGlite{{/if}}.{{/if}}{{#if sync}}
174
+ <br><br>
175
+ Sync: {{#if (eq syncType "remote")}}Remote{{else if (eq syncType "node")}}Node.js Server{{else if (eq syncType "durable-objects")}}Durable Objects{{/if}}.{{/if}}
172
176
  </div>
173
177
  </div>
174
178
  </div>