A fast, minimal link checker for websites and Markdown files.
- Check websites and Markdown files
- JSON output for CI/CD integration
go install github.com/yourname/linkchecker@latestlinkchecker https://example.com
linkchecker post.md
linkchecker docs/*.md
linkchecker urls.txtlinkchecker -json -quiet urls.txtExits with status code 1 if any broken links are found.
go test ./...MIT