UNPKG

vite-custom-setup

Version:

A CLI tool to set up Vite with Tailwind CSS and Framer Motion for React projects.

41 lines (25 loc) 681 B
# custom-vite-installer A CLI tool to quickly set up Tailwind CSS and Framer Motion in your Vite + React project. ## Quick Start ```bash npx vite-custom-setup ``` > **Note:** This is a CLI tool - no installation needed! Just run it with npx. ## What it does This installer will: - Create a new Vite + React project - Set up Tailwind CSS (optional) - Install Framer Motion (optional) - Configure all necessary files - Create an example component ## Requirements - Node.js 14 or higher - npm 6 or higher ## Usage Just run: ```bash npx vite-custom-setup ``` Follow the interactive prompts to customize your setup. ## License MIT