verify-links-md
v1.0.0
Published
A library created with Node.Js made for the use of checking existing links, it detects texts in the readme file, where it detects and evaluates whether the links are working or not.
Downloads
3
Readme
Verify Links
A library created with Node.Js made for the use of checking existing links, it detects texts in the readme file, where it detects and evaluates whether the links are working or not.
Documentation
This library has very easy commands to perform.
First command: npm run cli (path of the directory or file you want to check)
Get Links
npm run cli ./arquivos
or
npm run cli ./arquivos/text.md
How to validate the links? This library returns the http values, for that we use the "valida" command after the file.
npm run cli ./arquivos valida
or
npm run cli ./arquivos/text.md valida
References
🚀 About me
I'm a beginner developer making my first library, I'm studying to be a Full-Stack DEV.