Yet another broken link checker CLI
npm install brkn-cli> Yet another broken link checker CLI.
```
$ npm install --global brkn-cli
``
$ brkn
--attr, -a The attributes to search for (space separated if more than one) (default: href src)
--base, -b The base URL (needed to resolve relative URLs; files only)
--verbose, -v Run in verbose mode
--help Show the help screen
--version Show version number`
Examples
`
$ brkn https://httpbin.org
$ brkn https://mywebsite.com https://otherwebsite.org --verbose
$ brkn ./fixtures/*.html --base "https://mywebsite.com" --verbose``- brkn - API for this module
MIT © Gabriel Mangiurea