https://github.com/erolleddev/repo-manager
A beautiful and efficient tool to manage and clean up your GitHub repositories with ease.
https://github.com/erolleddev/repo-manager
repo-manager repo-organizer repository repository-management
Last synced: 12 months ago
JSON representation
A beautiful and efficient tool to manage and clean up your GitHub repositories with ease.
- Host: GitHub
- URL: https://github.com/erolleddev/repo-manager
- Owner: ErolledDev
- License: mit
- Created: 2025-02-22T04:47:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T13:03:37.000Z (about 1 year ago)
- Last Synced: 2025-04-13T14:20:26.481Z (about 1 year ago)
- Topics: repo-manager, repo-organizer, repository, repository-management
- Language: TypeScript
- Homepage: https://repo-mgr.netlify.app
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Repository Manager
A beautiful and efficient tool to manage and clean up your GitHub repositories with ease. Built with React, TypeScript, and Tailwind CSS.

## Features
- 🌓 Dark/Light mode support
- 🔑 Secure GitHub token handling
- 📊 Bulk repository management
- 🗑️ Easy repository deletion
- ⚡ Real-time status updates
- 🔒 Private repository support
- 🎨 Beautiful, responsive design
## Getting Started
1. Visit the application
2. Generate a GitHub token with `delete_repo` scope
3. Paste your token
4. Select repositories to delete
5. Confirm and clean up!
## Security
- Your GitHub token is never stored
- All operations are performed client-side
- Secure token validation before operations
- Clear error handling and status updates
## Development
To run this project locally:
```bash
# Install dependencies
npm install
# Start development server
npm run dev
```
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
Created by [ErolledDev](https://github.com/ErolledDev)
## Acknowledgments
- Built with React, TypeScript, and Tailwind CSS
- Icons by Lucide React
- Deployed with ❤️ by ErolledDev