Skip to content

fio-azahuanche/LIM016-md-links

 
 

Repository files navigation

banner

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.

This project was created for Laboratoria Bootcamp - Lima 016 💛


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-fioaf

Guide to use ⚙️

You can run the library through the terminal:

mdlinks-checker <path-to-file> [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: md-links <path-to-file>

case1

Case 2: md-links <path-to-file> --validate

case2

Case 3: md-links <path-to-file> --stats

case3

Case 4: md-links <path-to-file> --stats --validate or md-links <path-to-file> --validate --stats

case4

Case 5: md-links --help

case5

Case 6: When information is omitted or incorrect

case6

Flowcharts

API-flowchart

api-flowchart

CLI-flowchart

cli-flowchart

Built with 🛠️

Author ✒️

Fiorela Azahuanche Falcón

About

💻👩‍💻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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%