xun082 / create-neat

🚀🚀🚀 Developed a front-end scaffold based on PNPM and Turborepo, aimed at quickly creating various types of projects for users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Task] 监听根目录下的 README.md 文件变化,自动更新 core 包文档

xun082 opened this issue · comments

Task Description

监听根目录下的 README.md 文件变化,在 husky 中的 pre-commit 钩子中监听是否这个文件有变化,为所有的子包下的README.md自动更新文档,指定 core 包,其他不用。脚本文件应该存放在 scripts 目录下

Specific Task Requirements

  • 监听根目录下的 README.md 文件变化,自动全局更新文档

Claiming Process

If you would like to claim this task, please reply with “I want to claim this task” in the comments.

Task Remarks

Any additional information or remarks about the task.

我来了

指定 core 目录同步更新,其他包不用

I want to claim this task

目前正在doing。mark标记一下