https://github.com/stuartpb/all-my-gh-health
Set of scripts to check the health of all an account's gh-pages repo CNAMEs
https://github.com/stuartpb/all-my-gh-health
Last synced: 10 days ago
JSON representation
Set of scripts to check the health of all an account's gh-pages repo CNAMEs
- Host: GitHub
- URL: https://github.com/stuartpb/all-my-gh-health
- Owner: stuartpb
- Created: 2014-12-16T05:34:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T18:56:24.000Z (almost 10 years ago)
- Last Synced: 2025-02-21T20:17:30.572Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# all-my-gh-health
Set of scripts to check the health of all an account's gh-pages repo CNAMEs
Originally made for https://github.com/h5bp/lazyweb-requests/issues/165
## Usage
Set up the prerequisites:
```bash
./setup.sh
```
Anonymously check the health of CNAMEs of a user's repos with gh-pages:
```
./checkall.sh stuartpb
```
If you set up a new [personal access token][1], you can use it for more accurate / non-rate-limited results:
```
./checkall.sh stuartpb OAUTH_TOKEN_GOES_HERE
```
[1]: https://github.com/settings/tokens