Skip to content

Commit

Permalink
====doc: update file list====
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 committed Mar 13, 2023
1 parent d08d268 commit 593fb53
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@

## 统计代码量
##### 文件列表
`config.py`文件包含统计脚本需要用到的配置信息
`run.py`脚本为代码量统计脚本(多线程版本,已删,早期代码tag内可以看到,不想维护两份代码了)
`run_sync.py`脚本为代码量统计脚本(同步调用版本)
- `config.py.template` 配置文件模板,包含统计脚本需要用到的配置信息
- `run_sync.py` 代码量统计脚本(同步调用版本)
- `csv.py` scv操作方法
- `gitlab.py` gitlab实体信息数据结构

##### 已删文件
- `run.py` 脚本为代码量统计脚本(多线程版本,已删,早期代码tag内可以看到,不想维护两份代码了)

##### Usage
```
python3 run_sync.py
Expand Down

0 comments on commit 593fb53

Please sign in to comment.