provite
v1.0.3
Published
A script to reset CSS and App.jsx files in a React Vite project.
Readme
provite
provite is a simple CLI tool to reset your React project files. It clears out the default boilerplate code and CSS, providing you with a clean slate to start building your application from scratch.
Features
- Clears
index.cssandApp.cssfor a fresh start. - Resets
App.jsxto a minimal, clean template. - Quick and easy to use for React projects.
Installation
You can install provite globally via npm:
npm install -g proviteUsage
Once installed, you can run provite to reset your React project:
npx proviteThis will:
- Empty
index.cssandApp.css. - Replace
App.jsxwith a clean functional component.
License
Distributed under the MIT License. See LICENSE for more information.
Author
Made with ❤️ by [Rohan Salunkhe].
