Skip to content

JaquelineRocio/LIM017-md-links

 
 

Repository files navigation

Markdown Links

It is a library that allows you to validate URLs inside markdown files. It will allow you to obtain: link status, total links, unique links and broken links.

Getting started

These instructions will allow you to install the library on your local machine for development.

See Deployment for the library developed with Node.js.

Installation 🔧 You can install it by npm:

$ npm i md-links-JaquelineRV

Guide to use

You can run the library through the terminal:

md-links-checker [options] The paths entered can be relative or absolute and the options you can use are: --help, --stats, --validate, or use both together --stats --validate.

Case 1:mdLinks

Caso1

Case 2:mdLinks --validate

Caso2

Case 3:md-links --stats

Caso3

Case 4:mdLinks --stats --validate or mdLinks --validate --stats

Caso4

Case 5:mdLinks --help

Caso5

Flowcharts Diagrama1

Packages

No packages published

Languages

  • JavaScript 100.0%