vite-pro-cli
v1.0.3
Published
Create a Vite project pre-configured with Tailwind CSS
Maintainers
Readme
🚀 vite-pro-cli
A blazing-fast CLI tool to create a Vite + React + Tailwind CSS project in seconds — no setup, no prompts, just instant productivity!
This tool automatically sets up a Vite project with Tailwind CSS, configures everything for you, and even starts the development server when done.
✨ Features
- 🧠 Zero configuration — just one command!
- ⚛️ Pre-configured Vite + React setup.
- 🎨 TailwindCSS integration out of the box.
- 💅 Ready-to-use gradient background and animations.
- ⚙️ TypeScript or JavaScript support (
tsorjs). - 🚀 Automatically starts the dev server after setup.
- 🧹 Cleans up unnecessary files and folders (like
public,src/assets).
🚀 Install package globally
npm install -g vite-pro-cli
JavaScript (default)
vite-pro-cli your_project_name
TypeScript
vite-pro-cli your_project_name ts
