broken-link-checker-local

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

MIT 6 个版本
安装
npm install broken-link-checker-local
yarn add broken-link-checker-local
pnpm add broken-link-checker-local
bun add broken-link-checker-local
README

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.

版本列表
0.2.1 2019-06-21
0.2.0-beta.0 2018-04-19
0.2.0 2018-04-20
0.1.2 2018-04-09
0.1.1 2017-01-20
0.1.0 2017-01-20