md-links-validation
v1.0.2
Published
My first lib made to show the links in markdown format and validate if they are working.
Downloads
6
Maintainers
Readme
Markdown Links Validation - NodeJS Lib
📝 Description
Extremely simple NodeJS library for listing and validating links within a Markdown file.
🚀 Objective
Get to know the fundamentals of NodeJS and creating libs with the framework.
📌 Important Note
This project was developed and tested only on version 14.19.1 of NodeJS. Make sure you are using the same version to avoid conflicts. In the future, greater compatibility with newer versions should be implemented. No module system of current ECMAScript was used.
🏁 Getting started
Install Markdown Links Validation
$ npm install -g md-links-validation
🔎 How to use
List links on your markdown file
md-links <markdown-path>
Validation of all links in your markdown file
md-links <markdown-path>
👷 Future Features
- Other visualization options for validated links
- Error handling for cases of invalid commands on the command line