Skip to content

md-links-alextina es una librería instalable a través de npm que ayuda a los desarrolladores a validar los links dentro de los archivos de formato markdown.

Notifications You must be signed in to change notification settings

alextina/DEV003-md-links

 
 

Repository files navigation

md-Links-alextina

md-links-alextina is a library that helps you visualize and validate the HTTP status of links containing Markdown files.

Index


1. Preamble

Markdown is a lightweight markup language that is very popular among developers. It is used on many platforms that handle plain text (such as GitHub, forums, blogs, etc.) and it is very common to find several files in that format in any type of repository (starting with the traditional README.md).

These Markdown files usually contain links that are often broken or no longer valid, which greatly diminishes the value of the information being shared.

md-links-alextina provides a solution to developers by reading and analyzing Markdown files to verify the links they contain and report some statistics.

2. Installation

You can install md-links-alextina through npm:

npm install md-links-alextina

3. Getting Started

To use md-links-alextina, run the following command:

md-links <path> [--validate] [--stats]

Replace <path> with the path to the Markdown file or directory you want to check.

runing --help

4. Examples

Example 1

runing no option

Example 2

runing --validate

Example 3

runing --stats

Example 4

runing --stats --validate

5. Getting Help

To get help, run either of the following commands:

md-links --help
md-links --h

6. Autora

Alejandra Castillo Avila

Follow Me Contact Me Contact Me

About

md-links-alextina es una librería instalable a través de npm que ayuda a los desarrolladores a validar los links dentro de los archivos de formato markdown.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 100.0%