A small CLI tool for linting Markdown files using Remark and Remark-lint under the hood. Version 0.0.4 is the latest stable release. It recursively finds all Markdown files in the current directory using Filehound and applies linting rules. Compared to alternatives like markdownlint-cli, it offers a simple zero-config setup. However, the project appears inactive with no recent updates.
npm install markdown-lintNo compatibility data collected yet for this library.
Install globally and run markdown-lint in the target repository to lint all Markdown files recursively.
Replace with markdownlint-cli: npm uninstall -g markdown-lint && npm install -g markdownlint-cli
Switch to markdownlint-cli for configurable rules.
Run from the desired root directory or use markdownlint-cli with --path.
For help, see the GitHub README or use man markdown-lint (if available)
Reinstall with npm uninstall -g markdown-lint && npm install -g markdown-lint