An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# dead

[![License](https://img.shields.io/github/license/FollowTheProcess/dead)](https://github.com/FollowTheProcess/dead)
[![Go Report Card](https://goreportcard.com/badge/github.com/FollowTheProcess/dead)](https://goreportcard.com/report/github.com/FollowTheProcess/dead)
[![GitHub](https://img.shields.io/github/v/release/FollowTheProcess/dead?logo=github&sort=semver)](https://github.com/FollowTheProcess/dead)
[![CI](https://github.com/FollowTheProcess/dead/workflows/CI/badge.svg)](https://github.com/FollowTheProcess/dead/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/gh/FollowTheProcess/dead/branch/main/graph/badge.svg)](https://codecov.io/gh/FollowTheProcess/dead)

A dead simple link checker, supporting multiple formats ⚡


demo

## 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