1.7.0 • Published 2 years ago

git-batch-cloner v1.7.0

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

git-batch-cloner

Clone all repositories that you have permission to

Install

Using npm:

npm install git-batch-cloner -g

Using yarn:

yarn global add git-batch-cloner

Usage

Gitlab

gitlab-cloner --url=https://gitlab-url --token="your person token" --output="./repo"
# Specify the configuration file
gitlab-cloner --config=./.gitlab.env

Using dotenv parameters

# .env file
URL=https://gitlab-url
TOKEN=your person token
OUTPUT=clone target dir

# If there are multiple clones that need to be cloned
# gitlab
GITLAB_URL=https://gitlab-url
GITLAB_TOKEN=your person token
GITLAB_OUTPUT=clone target dir
# special goup_id
GITLAB_GROUP_ID_LIST="190"
1.7.0

2 years ago

1.6.8

2 years ago

1.6.4

2 years ago

1.6.7

2 years ago

1.6.6

2 years ago

1.6.5

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago