1.0.0 • Published 6 years ago

markdown-link-checker v1.0.0

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

Markdown Link Checker

Description

Ever wanted a quick and easy way to check for links in a markdown file? Look no further! This nodeJS library helps you gain a quick overview of all links in an .md file.

Installation

To install, simply:

  1. Go to your terminal
  2. Write npm install md-links
  3. You're all set!

Use

  1. Try it out by writing node *

*Make sure the file you're trying to extract the links from is a MARKDOWN (.md) file, otherwise you'll get an error.