1.0.3 • Published 7 months ago
provite v1.0.3
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.css
andApp.css
for a fresh start. - Resets
App.jsx
to a minimal, clean template. - Quick and easy to use for React projects.
Installation
You can install provite globally via npm:
npm install -g provite
Usage
Once installed, you can run provite to reset your React project:
npx provite
This will:
- Empty
index.css
andApp.css
. - Replace
App.jsx
with a clean functional component.
License
Distributed under the MIT License. See LICENSE
for more information.
Author
Made with ❤️ by Rohan Salunkhe.