1.0.2 • Published 2 years ago

markdown-links-check v1.0.2

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

:white_check_mark: markdown-links-check

This lib extract the links in a markdown file, has two options:

*The markdown file for the exemple below is at: /files/text.md

  • An array result with all links in the file with the title and the URL

    npm.io

  • Test all the URLs and return the status code for each one

  • npm.io

Installation

  • npm i markdown-links-check

How to use

  • Run the following command in terminal -> markdown-links-check filepath

    Change filepath to the actual filepath of your markdown file. This lib can be used globally, the file path can be relative or absolute to the directory where you are running the lib.