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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/template/README.md +10 -0
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.1.2",
6
+ "version": "0.1.4",
7
7
  "description": "Scaffold a new project using the Croissant Stack",
8
8
  "repository": {
9
9
  "type": "git",
@@ -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.