audunlk / cleanmyreact

Vscode extension for removing boilerplate files when creating a react app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean My React

How to clean your project

To initiate the cleaning proccess use command:
PC: Ctrl + Shift + P and search for Clean My React
MAC: CMD + Shift + P and search for Clean My React

1

Deletes these specific files:

WARNING: This extension removes files and edits your code. Do not trigger this extension besides right after running a npx create-react-app to clear all the boilerplate code.
/public/favicon.ico
/public/logo192.png
/public/logo512.png /public/robots.txt
/public/manifest.json
/src/App.css
/src/App.test.js
/src/reportWebVitals.js
/src/setupTests.js
/src/logo.svg
/src/index.css

Rewrites App.js and index.js to fit the changes and returns "Hello World".

Your react app is now ready to use.

Enjoy!

About

Vscode extension for removing boilerplate files when creating a react app.

License:MIT License


Languages

Language:TypeScript 100.0%