Install Purrfold
Start the install flow with the core route, a minimal explanation, and direct navigation back to the hub.
Configure your install
CLI command
npx purrfold@latest <project-directory> --unit --no-e2e --no-commitlint --no-mcp --yes --shadcn-args --preset b0All available flags
| --unit / --no-unit | Include or skip Vitest + React Testing Library |
| --e2e / --no-e2e | Include or skip Playwright |
| --commitlint / --no-commitlint | Include or skip commitlint + Husky commit-msg hook |
| --shadcn-args <args...> | Forward extra arguments to shadcn init, including --preset <id> |
| --pm npm|pnpm|bun | Choose the package manager |
| --mcp / --no-mcp | Install shadcn MCP for Claude, Codex, and OpenCode |
| --icons <lucide|phosphor|tabler> | Fallback icon library for the home-page cat |
| --yes | Use non-interactive defaults |
| --dry-run | Preview operations without writing files |