Library designed for programmers to extract and validate the links within Markdown (.md) files.
Flowchart use to create this library
To install write in your terminal
npm install mdlinks-tamarindo
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.