Skip to content

0xMimir/brokr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool to find broken links in project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published