1.0.3 • Published 7 months ago

provite v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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 and App.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 and App.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.

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago