1.0.1 • Published 9 months ago
cleanstylesvite v1.0.1
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
andsrc/App.css
cgets 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