A command-line tool for linting Chinese markdown files based on AST. Current stable version 0.1.2. Developed by hustcc, it integrates with CI pipelines and Docker. Supports configuring rule severity and excluding files via .lintmdrc. Key differentiator: focused on Chinese writing conventions, built on lint-md package, no breaking changes reported.
npm install lint-md-cliNo compatibility data collected yet for this library.
Install globally, then lint or fix markdown files with options for config and auto-fix.
Install globally via npm i -g lint-md-cli or use npx lint-md-cli.
Refer to https://github.com/hustcc/lint-md/tree/master/packages/lint-md for valid rule names.
Consider alternatives like markdownlint or remark-lint for broader support.
Run npm install -g lint-md-cli
Run npm install lint-md (use lint-md package) alongside lint-md-cli
Upgrade to latest version (0.1.2) and use --fix as shown in help.
No dependency data recorded yet.