UNPKG

@cosmstack/repoeject

Version:

Interactive CLI tool to safely find and delete old or inactive GitHub repositories. Clean up your GitHub profile by removing abandoned projects, old experiments, and unused forks.

3 lines (2 loc) 132 B
import type { FormattedRepository } from "../types"; export declare function analyzeRepositories(): Promise<FormattedRepository[]>;