create-croissant 0.1.2 → 0.1.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.
- package/package.json +1 -1
- package/template/README.md +10 -0
package/package.json
CHANGED
package/template/README.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
A modern, type-safe full-stack monorepo powered by **TanStack Start**, **Better Auth**, **oRPC**, and **Drizzle ORM**.
|
|
4
4
|
|
|
5
|
+
## 🚀 Quick Start
|
|
6
|
+
|
|
7
|
+
The fastest way to scaffold a new project with the Croissant Stack is using our CLI:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npx create-croissant@latest
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
5
15
|
## 🚀 Features
|
|
6
16
|
|
|
7
17
|
- **Frontend**: [TanStack Start](https://tanstack.com/start) for a seamless, type-safe React experience.
|