Skip to content

excellalabs/konmaripo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Konmaripo: KonMari your GitHub Org and Its Repositories

Build Status

Deployment to Production

NOTE: This tool is in early and experimental stages; it is not currently recommended for use, because we're cautious folk.

This tool is a simple web app to allow you to look at all of the repositories in your GitHub organization and see if it's time to archive them, with automated steps to help you sunset the repository.

Current Features

  • Azure AD Auth -- delegate app access only to those you trust and ensure they're authenticated.
  • Submit an issue to every repository in your organization (org-wide announcements, etc.)
  • View repository information in a list at a glance (stars, commits, description, key dates)
  • Archive a Repository (pins an issue to the repository and archives it)
  • Delete process for a repository (downloads a .zip of repository with all branches/tags pulled, allows for you to specify a URL for archival, and allows the deletion of the repository)

Ingredients

This tool uses:

  • .NET Core MVC web app
  • Azure AD Integration
  • Azure DevOps for the build process
  • Docker container
  • Azure Web Apps for Containers (in our specific case; not required)
  • Octokit .NET (with a GitHub Access token with admin permissions)
  • libgit2sharp for archiving and downloading repositories.

About the Project Name

It is meant as an homage to Marie Kondo's KonMari method, to enable you to clean up your GitHub organization when things don't quite spark joy.

Jump in!

We welcome your contributions! We're currently organizing things in this way:

  • A Roadmap project that gives insight into what our next major feature push will be
  • Projects for each epic we're working on, so you can see a roughly prioritized backlog within a given area.

If you'd like to jump in, comment on an issue and we'll work to get you involved! Don't worry if it's daunting; we'll help you out.