1.0.0 • Published 1 year ago

github-cp v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

github-cp

github-cp is a small utility to clone all your repositories into a local folder.

Usage

npx github-cp -u <github-username> -t <github-api-token> -p <target-folder>

Or install globally and launch

npm install -g github-cp
github-cp -u <github-username> -t <github-api-token> -p <target-folder>