Skip to content
forked from lint-md/lint-md

📚 检查中文 markdown 编写格式规范的命令行工具,基于 AST,方便集成 ci,写博客 / 文档必备。支持 API 调用!

License

Notifications You must be signed in to change notification settings

ding0521/lint-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lint-md

专注于中文 markdown 文件的编写格式校验。项目使用 Monorepo 的方式管理,使用 yarn 进行管理多项目。

开发指南

  • clone
git clone [email protected]:hustcc/lint-md.git
cd lint-md
  • install
# 务必使用 yarn,使用 yarn 进行 mono repo 的管理。
yarn install
  • test
cd ./packages/lint-md

yarn run test
  • build
yarn run build

其他

  • 项目没有 eslint 相关工具,请务必自行保证代码分支一致;
  • rule 规则的 pr,请先提 issue 讨论,防止无用劳动;
  • 请保证单测覆盖至少 99%;

About

📚 检查中文 markdown 编写格式规范的命令行工具,基于 AST,方便集成 ci,写博客 / 文档必备。支持 API 调用!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%