create-rvp
v1.0.1
Published
Interactive CLI tool for scaffolding modern React + Vite projects with TypeScript, Tailwind CSS, Redux Toolkit, React Query, and more. Build production-ready React apps in seconds.
Maintainers
Readme
create-rvp CLI
Interactive CLI for scaffolding modern React + Vite projects with optional Tailwind, Redux Toolkit, React Query, React Hook Form + Zod, and more.
Quick Start
# Using pnpm (recommended package manager)
pnpm create create-rvp my-app
# Or using npx (no global install needed)
npx create-rvp@latest my-app
# Or yarn
yarn create create-rvp my-appThe CLI will ask you interactive questions:
- Package manager (pnpm / npm / yarn )
- TypeScript?
- React Compiler (React 19)?
- Tailwind CSS?
- React Router?
- React Query + Axios?
- Redux Toolkit?
- React Hook Form + Zod?
- ESLint + Prettier?
- Folder structure (simple or scalable/feature-based)
Features
- ⚡️ Vite + React 19 (with optional React Compiler)
- 🔧 TypeScript (optional)
- 🎨 Tailwind CSS (optional)
- 📡 TanStack Query (React Query) + Axios (optional)
- 🗃️ Redux Toolkit (optional)
- 📋 React Hook Form + Zod (optional)
- 🛣️ React Router (optional)
- Two folder structures: simple or scalable
- ESLint + Prettier ready
Full Documentation & Source
→ https://github.com/M0stafa-Khaled/create-rvp
Built with ❤️ for the React community
Mostafa Khaled · @M0stafa-Khaled
