https://github.com/neikei/validatehyperlinksingithubrepo
Validation of hyperlinks in Github repositories
https://github.com/neikei/validatehyperlinksingithubrepo
Last synced: 4 months ago
JSON representation
Validation of hyperlinks in Github repositories
- Host: GitHub
- URL: https://github.com/neikei/validatehyperlinksingithubrepo
- Owner: neikei
- License: mit
- Created: 2019-10-27T13:52:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T14:28:17.000Z (almost 6 years ago)
- Last Synced: 2025-05-15T16:51:40.394Z (5 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# validateHyperlinksInGithubRepo
Validation of hyperlinks in Github repositories.
## Usage
```bash
bash validateHyperlinksInGithubRepo.sh ""
```## Example
The following example shows the validation of this Github repository.
```bash
2019-10-27 14:59:12 >> --------------------------------------------------------------------------------
2019-10-27 14:59:12 >> ==> Validate repository URL
2019-10-27 14:59:13 >> https://github.com/neikei/validateHyperlinksInGithubRepo successfully validated
2019-10-27 14:59:13 >>
2019-10-27 14:59:13 >> ==> Download repository from Github
2019-10-27 14:59:13 >> https://github.com/neikei/validateHyperlinksInGithubRepo successfully downloaded
2019-10-27 14:59:13 >>
2019-10-27 14:59:13 >> ==> Find and test all hyperlinks in the repository
2019-10-27 14:59:14 >> OK 200 https://github.com/neikei
2019-10-27 14:59:15 >> OK 200 https://github.com/neikei/syntaxchecks
2019-10-27 14:59:15 >>
2019-10-27 14:59:15 >> ==> Cleanup downloaded repository
2019-10-27 14:59:15 >> validateHyperlinksInGithubRepo-master successfully cleaned up
2019-10-27 14:59:15 >>
2019-10-27 14:59:15 >> ==> Summary | OK: 2 | FAILED: 0
2019-10-27 14:59:15 >> --------------------------------------------------------------------------------
```## Feedback, Issues and Pull-Requests
Feel free to report issues, fork this project and submit pull requests.