https://github.com/donuts-are-good/clone-everything
clone all of your github repos before the power goes out
https://github.com/donuts-are-good/clone-everything
clone github mirror repository
Last synced: 2 months ago
JSON representation
clone all of your github repos before the power goes out
- Host: GitHub
- URL: https://github.com/donuts-are-good/clone-everything
- Owner: donuts-are-good
- License: mit
- Created: 2023-04-01T20:24:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T09:00:37.000Z (about 3 years ago)
- Last Synced: 2026-04-04T06:42:24.787Z (3 months ago)
- Topics: clone, github, mirror, repository
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# clone-everything
## what is it?
Big storms are hitting my area and I knew that I'd want a copy of all my repos in case I go offline. This script takes a github token and uses it to grab a quick copy of all of your github repositories. Nothing more, nothing less. For the record, the power went out as soon as I generated the token and hit "start".
## how do I use it?
1. go here and generate a classic github token: settings -> developer settings -> generate classic token
2. either put the token in an export statement in your environment, or run it inline when you run the program like this `GITHUB_TOKEN=iuwbiuwhe89h2948uhf3iu4nf3 ./clone-everything`