delete-flatiron-repos
v1.0.5
Published
A CLI tool to automatically remove Flatiron School GitHub repositories that were forked during coursework.
Downloads
8
Maintainers
Readme
Flatiron Repo Removal - An automatic way to remove those annoying coursework forks!
Clean up your GitHub by removing those messy forked repositories!
Getting Started
Generate a GitHub token with the public_repo
and delete_repo
permissions.
All repositories containing the strings online-web
, bootcamp-prep
, -web-
, or -prework
will be removed after you give confirmation in the CLI.
Installation
- Install the package:
npm install -g delete-flatiron-repos
and ensure you're running Node v12+ - Run
delete-flatiron-repos
from the command line.