New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

git-batch-cloner

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-batch-cloner

Clone all repositories that you have permission to

latest
Source
npmnpm
Version
1.7.0
Version published
Weekly downloads
6
-64.71%
Maintainers
1
Weekly downloads
 
Created
Source

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"

FAQs

Package last updated on 29 Aug 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts