github-cp
v1.0.0
Published
Github repositories copy utility
Downloads
3
Maintainers
Readme
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>