0.0.5 • Published 5 years ago
git-batch v0.0.5
git-batch 
A batch Git tools
English | 简体中文
install
npm install -g git-batchbatch clone
mkdir targetDiar
cd targetDiaruse .json config file
git-batch clone xxx.jsonformat-1
[
"https://github.com/angular/angular",
"https://github.com/facebook/react.git",
"https://github.com/vuejs/vue-next"
]format-2
[
{
"url": "https://github.com/angular/angular"
},
{
"url": "https://github.com/facebook/react.git"
},
{
"url": "https://github.com/vuejs/vue-next"
}
]use .xlsx config file
git-batch clone xxx.xlsx- Set the header for the first row.
- Set repository url in any column, the column header string must contain
repositoryUrlor仓库地址.

If the configured project address does not end in
.git, the program will automatically add.git