{"library":"open-md-checker","title":"open-md-checker","description":"Open-md-checker is an open-source, extensible markdown linting tool available as a global npm module (v1.2.3). It checks markdown files for formatting issues using configurable rules from the remark-lint ecosystem. Key differentiators include support for custom rule files, integration with .gitignore, configuration via package.json or environment variables, and optional Docker usage. It offers a flexible Config interface with patterns and options for ignoring files. The tool is stable but has limited recent updates compared to alternatives like markdownlint.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install open-md-checker"],"cli":{"name":"open-md-checker","version":null}},"imports":["npx open-md-checker","import type { Config } from 'open-md-checker'","const config = require('open-md-checker/defaults');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Install globally\nnpm install -g open-md-checker\n# Create a markdown file with issues\necho '## Title' > test.md\n# Run the linter\nopen-md-checker\n# Or use configuration via environment\nMD_LINT_CONFIG_PATH=./open-md-checker.json open-md-checker","lang":"shell","description":"Shows global install and usage, including environment variable for custom config.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}