github-janitor

command module
v0.0.0-...-2059b1e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2024 License: MIT Imports: 1 Imported by: 0

README

GitHub Janitor

Overview

This project is a command-line tool to archive GitHub repositories that are considered empty. It scans all repositories in a specified organization, identifies repositories that contain only a README.md, LICENSE, or .gitignore file, and have not been updated in the last month, and archives them.

Features

  • Scan Repositories: Scans all repositories in a specified GitHub organization.
  • Identify Empty Repositories: Identifies repositories that are considered empty based on specific criteria.
  • Archive Repositories: Archives the identified empty repositories.

Installation

  1. Install the application using go install:
    go install github.com/wernerstrydom/github-janitor@latest
    

Usage

  1. Run the scan command:

    github-janitor scan
    
  2. Run the archive command:

    github-janitor archive
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL