Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 801 Bytes

github-repo-cleanup

CLI tool to clone GitHub repositories, zip them up and — if specified — delete the repository from GitHub.

Requirements

This project requires NodeJS v8.0+.

Installation

Install via npm:

npm i -g @doberman/github-repo-cleanup

Setup

Create a config file at ~/.githubrepocleanuprc, add your Dropbox access token and GitHub access token accordingly, e.g.:

export DROPBOX_ACCESS_TOKEN=...
export GITHUB_ACCESS_TOKEN=...

Usage

github-repo-cleanup <github-repo-slug>

...where <github-repo-slug> is the path to the repository on Github, e.g. username/repo.

For more help, try github-repo-cleanup -h;