@sprouted/create-vibes
Version:
Create a new Vibes monorepo
19 lines • 488 B
JSON
{
"projectType": "monorepo",
"architecture": "vertical-slice",
"primaryLanguages": ["typescript", "javascript"],
"frontendFrameworks": ["react", "vite", "expo"],
"backendFramework": "express",
"buildSystem": "pnpm-workspaces",
"testFramework": "vitest",
"patterns": {
"features": "features/*",
"apps": "apps/*",
"shared": "shared/*"
},
"conventions": {
"fileNaming": "camelCase",
"componentNaming": "PascalCase",
"exportPattern": "barrel"
}
}