markdown-link-checker
v1.0.0
Published
library that checks for links in your .md files
Downloads
5
Readme
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:
- Go to your terminal
- Write npm install md-links
- You're all set!
Use
- 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.