yuque-lint is a markdown lint server for Yuque.com, a Chinese collaborative knowledge base platform. Version 0.0.1 integrates lint-md as its linting engine and provides a webhook-based service to automatically check markdown documents in Yuque. It runs as a CLI command `yuque-lint` that starts an HTTP server. This package has not been updated since 2019 and appears to be an early prototype without stable release cadence. Its differentiator is direct integration with Yuque webhooks and DingTalk notifications, but it lacks maintenance and documentation in English. Current stable version: 0.0.1 (no v1 release).
npm install yuque-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install globally and start the yuque-lint server on port 8527.
Consider using lint-md directly or other markdown linters.
Refer to current Yuque webhook documentation.
Use a reverse proxy like nginx for HTTPS termination.
Use a different port: yuque-lint --port 8530
Reinstall globally: npm i -g yuque-lint. Or use npx yuque-lint.