# script-tools **Repository Path**: cnscoo/script-tools ## Basic Information - **Project Name**: script-tools - **Description**: 一些常用的脚本工具。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # script-tools #### 介绍 一些常用的脚本工具。 ### 按语言 #### Python - Git 批量拉取和Github镜像设置 [code.py](python/git_code.py),示例:`py code.py -d E:\codes --git-pull` 或 `py code.py -d E:\codes --set-mirror=github#fastgit` - Maven 依赖更新检查 [maven-check.py](python/maven-check.py),检查输入的 pom.xml 的单文件依赖更新 ### 按操作 #### Git - Git 批量拉取和Github镜像设置 [code.py](python/git_code.py)