An open API service indexing awesome lists of open source software.

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.

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.

![GitHub Repository Manager](https://raw.githubusercontent.com/ErolledDev/Repo-Manager/refs/heads/main/public/repo-manager.png)

## 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