0.2.8 • Published 5 years ago

@doberman/github-repo-cleanup v0.2.8

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
5 years ago

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;