2 Star 6 Fork 1

小为 / lint-md

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1017 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2019-07-25 14:46 . feat(*): update readme, add the modules

lint-md

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

模块

  • ast-plugin:Ast 插件机制;
  • lint-md:lint-md 核心 node 模块;
  • lint-md-cli:lint-md 的 CLI 工具,便于使用和 ci 集成;

开发指南

  • clone
git clone git@github.com: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%;
JavaScript
1
https://gitee.com/hustcc/lint-md.git
git@gitee.com:hustcc/lint-md.git
hustcc
lint-md
lint-md
master

搜索帮助