Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 977 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 977 Bytes

React Restart 🧹

A package for resetting your React project to its initial state with a simple command. The tool automatically cleans up specified files and directories, while preserving your configuration settings.

Features 🌟

  • Resets React app to the initial state
  • Creates a configuration file (reset.config.json)
  • Supports the removal and creation of files in src/
  • Automatically formats JavaScript and CSS files using Prettier 🎨
  • Customizable ignore files (e.g., to preserve certain directories or files)

Installation 🚀

Install the package globally or locally using npm:

npm install react-restart

Local installation 🍳

Or install it with local npm:

git clone https://github.com/ITSHahrad/react-restart
cd react-restart.git
npm i 
npm i -g .

Developed by ITSHahrad with 💕 & ☕