broken-link-checker-local

0.2.1 • Public • Published

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 6 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.

Dependents (1)

Package Sidebar

Install

npm i broken-link-checker-local

Weekly Downloads

371

Version

0.2.1

License

MIT

Unpacked Size

1.72 MB

Total Files

56

Last publish

Collaborators

  • lhechenberger