vitify
v1.3.0
Published
CLI tool for scaffolding React-Vite projects with optional packages (TailwindCSS, Zustand, Lucide-react, GSAP/Framer Motion)
Downloads
64
Maintainers
Readme
Vitify
A simple CLI tool to scaffold a new Vite project with your preferred setup. This tool helps you quickly create a project using Vite with optional configurations for React, TailwindCSS, Zustand, Lucide-react, and animation libraries (GSAP or Framer Motion).
Features
- Scaffold a Vite project with React (JavaScript or TypeScript).
- Install and configure TailwindCSS for styling.
- Install Zustand for state management.
- Add Lucide-react for icons.
- Choose between GSAP or Framer Motion for animations.
- Automatically generates the necessary configuration files for TailwindCSS.
- Easy-to-use CLI with prompts to guide you through the setup.
Prerequisites
- Node.js (v14 or higher)
- npm (v6 or higher)
Installation
To make use of this package, run the following commands:
- Install the package globally:
npm i -g vitify- Run the installer:
vitify