1.0.1 • Published 9 months ago

cleanstylesvite v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

cleanstylesvite

cleanstylesvite is a cli tool designed to clear the standard styles in index.css and App.css. It also resets the App.jsx component to standard empty template making it easier for developers to start working!!

Features

  • The standard styles in src/index.css and src/App.csscgets cleared.
  • It also resets src/App.jsx to empty react component

Installation

You can install cleanstylesvite globally using npm:

npm install -g cleanstylesvite

Usage

Run the command to clean and reset the files in your project:

cleanstylesvite

Or Use with npx You can also run it without installation using npx:

npx cleanstylesvite
1.0.1

9 months ago

1.0.0

9 months ago