Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eeue56/github-markdown-link-validator
https://github.com/eeue56/github-markdown-link-validator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eeue56/github-markdown-link-validator
- Owner: eeue56
- License: bsd-3-clause
- Created: 2020-04-20T15:52:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:56:55.000Z (about 2 years ago)
- Last Synced: 2024-11-20T15:30:39.047Z (2 months ago)
- Language: TypeScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-markdown-link-validator
A simple program that will search a given directory for markdown links and validate them.
## Installation
_Not yet published_
```
npm i -g link-validator
```## Usage
```
link-validator --root src/
````root` defaults to current working dir.