0.2.8 • Published 7 years ago
@doberman/github-repo-cleanup v0.2.8
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-cleanupSetup
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;