https://github.com/duducmt/nodejs-lib-links-markdown
Projeto simples desenvolvido com NodeJS para começar a conhecer os fundamentos de lib com a plataforma
https://github.com/duducmt/nodejs-lib-links-markdown
alura library node nodejs readme validation
Last synced: 3 months ago
JSON representation
Projeto simples desenvolvido com NodeJS para começar a conhecer os fundamentos de lib com a plataforma
- Host: GitHub
- URL: https://github.com/duducmt/nodejs-lib-links-markdown
- Owner: duduCMT
- Created: 2022-03-24T21:04:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T17:20:37.000Z (over 4 years ago)
- Last Synced: 2025-03-21T23:43:37.415Z (over 1 year ago)
- Topics: alura, library, node, nodejs, readme, validation
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/md-links-validation
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Links Validation - NodeJS Lib
[](#)
## 📝 Description
Extremely simple NodeJS library for listing and validating links within a [Markdown](https://www.markdownguide.org/getting-started/) file.
## 🚀 Objective
Get to know the fundamentals of NodeJS and creating libs with the framework.
## 📌 Important Note
This project was developed and tested only on version **14.19.1** of NodeJS. Make sure you are using the same version to avoid conflicts. In the future, greater compatibility with newer versions should be implemented. No module system of current ECMAScript was used.
## 🏁 Getting started
Install Markdown Links Validation
```
$ npm install -g md-links-validation
```
## 🔎 How to use
**List links on your markdown file**
```
md-links
```
**Validation of all links in your markdown file**
```
md-links
```
## 👷 Future Features
- Other visualization options for validated links
- Error handling for cases of invalid commands on the command line