mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add github star request and update readme
This commit is contained in:
@@ -17,7 +17,7 @@ bun create better-t-stack@latest
|
||||
pnpm create better-t-stack@latest
|
||||
```
|
||||
|
||||
Follow the prompts to configure your project or use the `-y` flag for defaults.
|
||||
Follow the prompts to configure your project or use the `--yes` flag for defaults.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -69,7 +69,7 @@ Options:
|
||||
|
||||
Create a project with default configuration:
|
||||
```bash
|
||||
npx create-better-t-stack my-app -y
|
||||
npx create-better-t-stack my-app --yes
|
||||
```
|
||||
|
||||
Create a project with specific options:
|
||||
@@ -84,7 +84,7 @@ npx create-better-t-stack my-app --backend elysia --runtime node
|
||||
|
||||
Create a project with specific frontend options:
|
||||
```bash
|
||||
npx create-better-t-stack my-app --frontend web native
|
||||
npx create-better-t-stack my-app --frontend tanstack-router native
|
||||
```
|
||||
|
||||
Create a project with examples:
|
||||
|
||||
@@ -12,16 +12,14 @@
|
||||
"dist"
|
||||
],
|
||||
"keywords": [
|
||||
"better-t-stack",
|
||||
"typescript",
|
||||
"scaffold",
|
||||
"generator",
|
||||
"boilerplate",
|
||||
"starter",
|
||||
"cli",
|
||||
"create-app",
|
||||
"t3-stack",
|
||||
"turborepo",
|
||||
"trpc",
|
||||
"better-auth",
|
||||
"monorepo",
|
||||
"fullstack",
|
||||
"type-safety",
|
||||
|
||||
@@ -58,7 +58,9 @@ ${
|
||||
? `${hasWebFrontend ? `${pc.cyan("•")} Frontend: http://localhost:${hasReactRouter ? "5173" : "3001"}\n` : ""}`
|
||||
: `${pc.yellow("NOTE:")} You are creating a backend-only app (no frontend selected)\n`
|
||||
}${pc.cyan("•")} API: http://localhost:3000
|
||||
${nativeInstructions ? `\n${nativeInstructions.trim()}` : ""}${databaseInstructions ? `\n${databaseInstructions.trim()}` : ""}${tauriInstructions ? `\n${tauriInstructions.trim()}` : ""}${lintingInstructions ? `\n${lintingInstructions.trim()}` : ""}${pwaInstructions ? `\n${pwaInstructions.trim()}` : ""}`,
|
||||
${nativeInstructions ? `\n${nativeInstructions.trim()}` : ""}${databaseInstructions ? `\n${databaseInstructions.trim()}` : ""}${tauriInstructions ? `\n${tauriInstructions.trim()}` : ""}${lintingInstructions ? `\n${lintingInstructions.trim()}` : ""}${pwaInstructions ? `\n${pwaInstructions.trim()}` : ""}
|
||||
\n${pc.bold("Like Better-T Stack?")} Please consider giving us a star on GitHub:
|
||||
${pc.cyan("https://github.com/better-t-stack/create-better-t-stack")}`,
|
||||
"Next steps",
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user