Skip to content

colbin8r/gitlab-clone-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitlab-clone-group

A small tool written in JavaScript to clone all the repositories in a GitLab group.

Install

$ git clone https://github.com/colbin8r/gitlab-clone-group.git
$ cd gitlab-clone-group
$ npm install

Usage

View all the usage options:

$ node index.js --help

Simple usage:

$ node index.js --group MyGroupName --token YourGitLabToken

Use a custom GitLab server:

$ node index.js --group MyGroupName --token YourGitLabToken --url http://mygitlabserver.com:12345/

Clone via SSH:

$ node index.js --group MyGroupName --token YourGitLabToken --method ssh

Clone into a folder named myclonedrepos:

$ node index.js --group MyGroupName --token YourGitLabToken --folder myclonedrepos

About

Clone all the repositories in a GitLab group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published