Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thiiagoms/mark-parse
- Owner: thiiagoms
- License: 0bsd
- Created: 2021-11-25T04:09:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T03:28:59.000Z (about 3 years ago)
- Last Synced: 2024-11-08T12:42:38.602Z (about 1 month ago)
- Topics: extractor, links-extraction, nodejs-cli, nodejs-script
- Language: JavaScript
- Homepage:
- Size: 107 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - thiiagoms/mark-parse - :books: Extract and validate links from markdown files (JavaScript)
README
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: