New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

check-all-markdown

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

check-all-markdown

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

  • 1.2.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-87.93%
Maintainers
1
Weekly downloads
 
Created
Source

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]

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.

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.

Keywords

FAQs

Package last updated on 06 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc