🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

brkn

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brkn

Yet another broken link checker CLI

Source
npmnpm
Version
0.3.2
Version published
Weekly downloads
5
-87.8%
Maintainers
1
Weekly downloads
 
Created
Source

brkn Build Status

Yet another broken link checker CLI.

Install

$ npm install --global brkn

Usage

$ brkn <url> --attr [html attributes (default: href src)] [--verbose]

Options

-a, --attr     The attributes to search for (space separated if more than one) (default: href, src)
-v, --verbose  Run in verbose mode
--help         Show this screen
--version      Show version number

Examples

$ brkn https://github.com
$ brkn https://nodejs.org --attr src
$ brkn https://npmjs.com --attr href src --verbose

License

MIT © Gabriel Mangiurea

Keywords

broken

FAQs

Package last updated on 11 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts