0.1.0 • Published 11 months ago

md-links-tamarindo v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Markdown Links

Index


1. Project Summary

Library designed for programmers to extract and validate the links within Markdown (.md) files.

3. Flowchart

Flowchart use to create this library flowchart

3. Installation

pendiente de subir a node

4. Tutorial

To use this library, follow these steps:

Open your terminal and run the following command: node cli.js <path> false By providing false, it will only return the set of information found for each link. node cli.js <path> true By providing true, it will also return the status of each link. node cli.js --help his command will display a brief help text on how to use the library.