0.0.5 • Published 3 years ago

git-batch v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

git-batch npm.io

A batch Git tools

English | 简体中文

install

npm install -g git-batch

batch clone

mkdir targetDiar

cd targetDiar

use .json config file

git-batch clone xxx.json

format-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
  1. Set the header for the first row.
  2. Set repository url in any column, the column header string must contain repositoryUrl or 仓库地址.

xlsx config img

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

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago