repowipe is a web application that allows users to delete multiple Git repositories efficiently and securely.
- Bulk Repository Deletion: Select and delete multiple repositories in one action.
- Safe Authentication: Connect your Git provider (e.g., GitHub) securely.
- Preview & Confirm: Review selected repositories before deletion.
- Progress Feedback: See real-time status of deletion operations.
- Error Handling: Get notified if any repository fails to delete.
- Login: Authenticate with your Git provider.
- Select Repositories: Browse and select repositories you want to delete.
- Review: Confirm your selection before proceeding.
- Delete: Initiate deletion. Progress and results are displayed.
- Logout: Disconnect your account when done.
- React + Vite frontend
- REST API backend (not included here)
- OAuth for authentication
Deleting repositories is irreversible. Ensure you have backups before using repowipe.
Install dependencies and run locally:
npm install
npm run devMIT