https://github.com/followtheprocess/dead
A dead simple link checker, supporting multiple formats
https://github.com/followtheprocess/dead
Last synced: 2 months ago
JSON representation
A dead simple link checker, supporting multiple formats
- Host: GitHub
- URL: https://github.com/followtheprocess/dead
- Owner: FollowTheProcess
- License: mit
- Created: 2025-03-28T15:12:08.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-19T12:29:59.000Z (2 months ago)
- Last Synced: 2025-04-19T17:34:09.520Z (2 months ago)
- Language: Go
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dead
[](https://github.com/FollowTheProcess/dead)
[](https://goreportcard.com/report/github.com/FollowTheProcess/dead)
[](https://github.com/FollowTheProcess/dead)
[](https://github.com/FollowTheProcess/dead/actions?query=workflow%3ACI)
[](https://codecov.io/gh/FollowTheProcess/dead)A dead simple link checker, supporting multiple formats ⚡
![]()
## Project Description
Got a text document (of any format)? Does that text document have links in it? Do you want to ensure all the links in it are valid?
Then `dead` is for you 🚀
## Installation
Compiled binaries for all supported platforms can be found in the [GitHub release]. There is also a [homebrew] tap:
```shell
brew install FollowTheProcess/tap/dead
```## Quickstart
### Credits
This package was created with [copier] and the [FollowTheProcess/go_copier] project template.
[copier]: https://copier.readthedocs.io/en/stable/
[FollowTheProcess/go_copier]: https://github.com/FollowTheProcess/go_copier
[GitHub release]: https://github.com/FollowTheProcess/dead/releases
[homebrew]: https://brew.sh