@shreyazz/react-cleaner
v1.0.13
Published
A npx command which helps you delete all the unnecessary files and add the necessary folders to your react-app.
Downloads
6
Readme
React-Cleaner
React-Cleaner is a utilitarian npx command which let's you delete all the unnecessary files from the create-react-app's defaultfolder structure and add all the important directories.
Files which would be deleted:
- reportWebVitals.js
- app.test.js
- setupTest.js
- logo.svg
Folders/Directories which would be added:
- assets
- components
- pages
Usage
npx react-cleaner