/dbrmn-github-repo-cleanup

Clones GitHub repositories, zips them up and uploads them to Dropbox. Also, if specified, deletes the repository from GitHub.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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;