Loading repository data…
Loading repository data…
THEROHAN01 / repository
provite is a smart CLI tool to reset your React project in seconds. It clears boilerplate CSS and sets up a minimal `App.jsx`, giving you a clean slate to start coding without distractions. Simple, fast, and efficient!
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.
index.css and App.css for a fresh start.App.jsx to a minimal, clean template.You can install provite globally via npm:
npm install -g provite
Once installed, you can run provite to reset your React project:
npx provite
This will:
index.css and App.css.App.jsx with a clean functional component.Distributed under the MIT License. See LICENSE for more information.
Made with ❤️ by [Rohan Salunkhe].