Skip to content

Blazor WASM Application to authenticate with GitHub, list your repositories, and allow you to select multiple repositories for deletion.

License

Notifications You must be signed in to change notification settings

SteveTeece/BulkRepoManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Test

Bulk Repository Manager

Description

Blazor Web Assembly application to authenticate with GitHub, list your repositories, and allow you to select multiple repositories for deletion.

Setup and Usage

To use this application, you will need to set up a Personal Access Token on GitHub. Instructions on how to do this and then use it in the Repository Manager will be written when app development is nearing completion.

Roadmap

  • Use OAuth to authenticate against GitHub account
  • Allow user to enter a Personal Access Token
  • List all of the user's GitHub Repos
  • Allow multi-selection of repos by using a checkbox
  • Ask user for final confirmation before deleting repositories from GitHub
  • Allow user to select Organisation to delete repos from

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request.

You can also simply open an issue with the tag "enhancement", or start a new thread in the Discussions.

Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Dependencies

This project is dependent on the following NuGet packages:

  • SyncFusion.Blazor.Grid
  • SyncFusion.Blazor.Navigations
  • Azure.Extensions.AspNetCore.Configurations.Secrets
  • Azure.Identity
  • Azure.Security.KeyVault.Secrets

Acknowledgements

Inspired by the frustration of deleting multiple repositories, and this article by Jalal Kiani (https://medium.com/analytics-vidhya/delete-all-unused-github-repositories-using-github-api-18ea4d17b8e9)

Guideline on contribution are copied from https://github.com/pjlplourde/UnitConversionApp

About

Blazor WASM Application to authenticate with GitHub, list your repositories, and allow you to select multiple repositories for deletion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published