Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-22T18:56:24.000Z (over 8 years ago)
- Last Synced: 2024-04-09T22:14:38.510Z (9 months 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