Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 676 Bytes

Brokr

codecov

Brokr is a tool/lib, to find broken links in your project,

Install

To install brokr run

cargo install --git https://github.com/0xMimir/brokr

Usage

To find broken links in your project just run

brokr
or
brokr --source-dir PATH-TO-YOUR-PROJECT

By 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 html

or to search only html and markdown files:

brokr --extensions html,md