1.4.0 • Published 6 years ago

check-all-markdown v1.4.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

check-all-markdown

Checks all markdown files using markdownlint, and checks for broken links

js-standard-style build status npm version

Installation

npm install --save-dev check-all-markdown [-g]

Usage

You can either use the script in your npm scripts, or you can use it as a regular package with the api

Script Usage

check-all-markdown [dir] [--no-check-links]

Will check all markdown files (**/*.md) in the dir (default is current directory) for markdown problems using markdownlint. Additionally, it will go over all the http and path links in the markdown files and verify that they are not broken.

The script will ignore any markdown file that is in a node_modules somewhere.

If --no-check-links is present (or --check-links false) then links will not be checked.

API Usage

Sorry, didn't document it. Feel free to browse index.js to figure it out. It is just that is used to implement the script.

1.4.0

6 years ago

1.3.0

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago