md-links-tamarindo
v0.1.0
Published
Library that allows you to search MD files and validate links
Downloads
0
Readme
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
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.