mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore: rename vibe-rules to ruler
This commit is contained in:
@@ -228,7 +228,7 @@ Additional features to include:
|
||||
- `turborepo`: Turborepo monorepo setup
|
||||
- `ultracite`: Ultracite configuration
|
||||
- `oxlint`: Oxlint fast linting
|
||||
- `vibe-rules`: Vibe Rules configuration
|
||||
- `ruler`: Centralize your AI rules with Ruler
|
||||
|
||||
```bash
|
||||
create-better-t-stack --addons pwa biome husky
|
||||
|
||||
@@ -255,7 +255,7 @@ See the full list in the [CLI Reference](/docs/cli). Key flags:
|
||||
- `--orm`: drizzle, prisma, mongoose, none
|
||||
- `--api`: trpc, orpc, none
|
||||
- `--addons`: turborepo, pwa, tauri, biome, husky, starlight, none
|
||||
- `--addons`: turborepo, pwa, tauri, biome, husky, starlight, fumadocs, ultracite, oxlint, vibe-rules, none
|
||||
- `--addons`: turborepo, pwa, tauri, biome, husky, starlight, fumadocs, ultracite, oxlint, ruler, none
|
||||
- `--examples`: todo, ai, none
|
||||
|
||||
## Next Steps
|
||||
|
||||
@@ -1004,7 +1004,7 @@ const generateCommand = (stackState: StackState): string => {
|
||||
"ultracite",
|
||||
"fumadocs",
|
||||
"oxlint",
|
||||
"vibe-rules",
|
||||
"ruler",
|
||||
].includes(addon),
|
||||
);
|
||||
if (validAddons.length > 0) {
|
||||
|
||||
@@ -470,9 +470,9 @@ export const TECH_OPTIONS: Record<
|
||||
default: false,
|
||||
},
|
||||
{
|
||||
id: "vibe-rules",
|
||||
name: "Vibe Rules",
|
||||
description: "Install and apply BTS rules to editors",
|
||||
id: "ruler",
|
||||
name: "Ruler",
|
||||
description: "Centralize your AI rules",
|
||||
icon: "",
|
||||
color: "from-violet-500 to-violet-700",
|
||||
default: false,
|
||||
|
||||
Reference in New Issue
Block a user