Update cli prompts

This commit is contained in:
Aman Varshney
2025-04-02 13:59:37 +05:30
parent 12e297d94d
commit 0d7ac632e3
19 changed files with 91 additions and 34 deletions

View File

@@ -7,11 +7,35 @@
"bin": {
"create-better-t-stack": "dist/index.js"
},
"files": [
"dist",
"template"
"files": ["dist", "template"],
"keywords": [
"typescript",
"scaffold",
"generator",
"boilerplate",
"starter",
"cli",
"create-app",
"t3-stack",
"turborepo",
"trpc",
"monorepo",
"fullstack",
"type-safety",
"react",
"react-native",
"expo",
"hono",
"elysia",
"drizzle",
"prisma",
"tanstack",
"tailwind",
"shadcn",
"pwa",
"tauri",
"biome"
],
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/better-t-stack/create-better-t-stack.git",