DEV Community

Discussion on: Markdown Link Checking in GitHub with Actions

Collapse
 
bhupesh profile image
Info Comment hidden by post author - thread only visible in this permalink
Bhupesh Varshney 👾 • Edited

I recently built a similar tool, might help someone, integrates well with GitHub Actions and issues with support for HTML based reports as well

GitHub logo Bhupesh-V / areyouok

A fast and easy to use URL health checker ⛑️ Keep your links healthy during tough times

AreYouOK?

A minimal, fast & easy to use URL health checker

cat areyouok logo

Go report card License CodeQL Analysis Twitter: bhupeshimself areyouok-v1.0.0-demo

Who is AreYouOk made for ?

  • OSS Package Maintainers 📦️: With packages comes documentation which needs to be constantly updated & checked for dead/non-functioning URLs.
  • Tech Bloggers ✍️ : If you are someone who writes countless tutorials & owns the source for your website, Use areyouok to make sure your blogs don't contain any non-functioning URLs.
  • Literally anyone who wants to check a bunch of URLs for being dead ☠️ or not, SEO experts?

With time AreYouOk can evolve to analyze URLs over a remote resource as well, send your ideas ✨️ through Discussions

Installation

  • Linux

    curl -LJO https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-linux-amd64
    # or
    wget -q https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-linux-amd64
    Enter fullscreen mode Exit fullscreen mode
  • MacOS

    curl -LJO https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-darwin-amd64
    # or
    wget -q https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-darwin-amd64
    Enter fullscreen mode Exit fullscreen mode
  • Windows

    curl -LJO https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-windows-amd64.exe
    # or
    wget -q https://github.com/Bhupesh-V/areyouok/releases/latest/download/areyouok-windows-amd64.exe
    Enter fullscreen mode Exit fullscreen mode

Check installation by running areyouok -v

$ mv areyouok-darwin-amd64 areyouok
$ areyouok -v
v1.0.0
Enter fullscreen mode Exit fullscreen mode

Download builds…

Some comments have been hidden by the post's author - find out more