Skip to content

LukasHechenberger/broken-link-checker-local

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

broken-link-checker-local

Find broken links, missing images, etc in your HTML, even in local files.

CircleCI codecov API Docs Greenkeeper badge

Just a tiny wrapper around broken-link-checker by stevenvachon that allows you to check local directories for broken links.

Installation

With Node.js (version 10 or higher) installed, run

npm install -g broken-link-checker-local

to install this module globally.

Usage

All commands of broken-link-checker can be used in exactly the same way with this module. The only difference is that broken-link-checker-local is available as blcl.

In addition to running checks on URLs by running

blcl http://yoursite.com -ro

you can also check local directories by providing a path instead of a URL:

blcl ./path/to/directory -ro

You can run blcl --help to check for available options.

About

Find broken links, missing images, etc in your HTML, even in local files

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •