Skip to content

Commit 49c46cd

Browse files
committed
readme update
1 parent 4c3a8c8 commit 49c46cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/cli/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ Follow the prompts to configure your project or use the `--yes` flag for default
4040
| **ORM** | • Drizzle (TypeScript-first)<br>• Prisma (feature-rich)<br>• Mongoose (for MongoDB)<br>• None |
4141
| **Database Setup** | • Turso (SQLite)<br>• Cloudflare D1 (SQLite)<br>• Neon (PostgreSQL)<br>• Supabase (PostgreSQL)<br>• Prisma Postgres<br>• MongoDB Atlas<br>• None (manual setup) |
4242
| **Authentication** | Better-Auth (email/password, with more options coming soon) |
43+
| **Git Hooks** | • Lefthook<br>• Husky<br>• None |
4344
| **Styling** | Tailwind CSS with shadcn/ui components |
44-
| **Addons** | • PWA support<br>• Tauri (desktop applications)<br>• Starlight (documentation site)<br>• Biome (linting and formatting)<br>• Husky / Lefthook (Git hooks)<br>• Turborepo (optimized builds) |
45+
| **Addons** | • PWA support<br>• Tauri (desktop applications)<br>• Starlight (documentation site)<br>• Biome (linting and formatting)<br>• Turborepo (optimized builds) |
4546
| **Examples** | • Todo app<br>• AI Chat interface (using Vercel AI SDK) |
4647
| **Developer Experience** | • Automatic Git initialization<br>• Package manager choice (npm, pnpm, bun)<br>• Automatic dependency installation |
4748

@@ -193,7 +194,7 @@ npx create-better-t-stack my-app --frontend none --backend hono --api trpc --dat
193194
- **ORM 'none'**: Can be used when you want to handle database operations manually or use a different ORM.
194195
- **Runtime 'none'**: Only available with Convex backend or when backend is 'none'.
195196
- **Cloudflare Workers runtime**: Only compatible with Hono backend, Drizzle ORM (or no ORM), and SQLite database (with D1 setup). Not compatible with MongoDB.
196-
- **Addons 'none'**: Skips all addons (PWA, Tauri, Starlight, Biome, Husky, Turborepo).
197+
- **Addons 'none'**: Skips all addons (PWA, Tauri, Starlight, Biome, Turborepo).
197198
- **Examples 'none'**: Skips all example implementations (todo, AI chat).
198199
- **SvelteKit, Nuxt, and SolidJS** frontends are only compatible with oRPC API layer
199200
- **PWA support** requires React with TanStack Router, React Router, or SolidJS

0 commit comments

Comments
 (0)