markdown-url-checker
Version:
The lib takes care of checking every link inside a markdown file to see if they're all up.
24 lines (16 loc) • 448 B
Markdown
# Markdown URL Checker
## Test and check links
The lib takes care of checking every link inside a markdown file to see if they're all up.
### Instalation
Make sure you have [Node.js](https://nodejs.org/) to run.
Run the command to install:
```sh
npm install markdown-url-checker -g
```
### How to use
After installing the lib in your machine, open the terminal and type:
```sh
markdown-url-checker <path of your .md file>
```
## License
ISC