Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiiagoms/mark-parse

:books: Extract and validate links from markdown files
https://github.com/thiiagoms/mark-parse

extractor links-extraction nodejs-cli nodejs-script

Last synced: 27 days ago
JSON representation

:books: Extract and validate links from markdown files

Awesome Lists containing this project

README

        



Logo

Extract all links from markdown file :link:

Little tool to extract and check all links from markdown files.

- [Dependencies](#Dependencies)
- [Install](#Install)
- [Run](#Run)

### Dependencies
- NodeJs

### Install
* Clone the repository:
```bash
$ git clone https://github.com/thiiagoms/mark-links
```
* Switch directory:
```bash
$ cd mark-links
```
* Install dependencies:
```bash
$ npm i
```
### Run

* Run the script
```bash
$ npm run cli
```
* Check links:
```bash
$ npm run cli ---check-links
```

Thank you so much for this libary Alura :blue_heart: