Brokr is a tool/lib, to find broken links in your project,
To install brokr run
cargo install --git https://github.com/0xMimir/brokrTo find broken links in your project just run
brokr
or
brokr --source-dir PATH-TO-YOUR-PROJECTBy default brokr will scan links in html, txt and md files, but you can specify what files you want to be scanned, for example to search only html files:
brokr --extensions htmlor to search only html and markdown files:
brokr --extensions html,md