0.1.0 • Published 4 years ago

find-broken-links-in-files v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

find-broken-links-in-files

Find broken http and https links in non binary local files.

  • You have a library with extensive documentation containing hundreds of links to other resources.
  • .md, .json, .xml, .js, .ts...

Requirements

Node.js

Installation

Download the source code and run:

npm install

Command Line Usage

In the root of the project run:

node index C:\Users\Yourname\Desktop\Project

You will get 2 files. Results.txt with broken links found and errors.txt with errors occurred checking files. It's not working if the address contains white space.

0.1.0

4 years ago