UNPKG
byt-commit-hooks
Version:
latest (0.0.2)
0.0.2
0.0.1
git commit hooks
byt-commit-hooks
/
README.md
25 lines
(17 loc)
•
261 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# git commit hokks
### 本地调试
## 1.本项目
``
` npm link `
``
## 2.目标项目
``
` npm link byt-commit-hooks `
``
### 配置文件 .commit-hooks.json
``
` { "scanDir":"src", // 扫描目录 "scanPathDir":"src/router" //路由扫描目录 } `
``