Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

vvscode/js--gitlab-cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitLab cloner

NPM

Allows to clone full gilab structure to current directory. Also allows to filter downloadable projects.

How to use:

npx gl-cloner clone --host https://gitlab.custom.domain --token YOUR_ACCESS_TOKEN --delay 5
Options:
  --host [host]          GitLab host (default: "https://gitlab.com")
  --token <token>        GitLab access token (you can generate it in your profile)
  --ssh                  Use ssh for cloning (http(s) by default) !!!NOT SUPPORTED YET (default: true)
  --maxPages [maxPages]  Max number of pages to read (default is 2) (default: 2)
  --perPage [perPage]    Page size (max is 100, default is 100) (default: 100)
  --filter [filter]      Filter to get repos (default: "")
  --delay [delay]        Delay between clone calls (default: 0)
  --includeArchived      Download archived repose also (default is false) (default: false)
  -h, --help             output usage information

About

CLI to clone full (or part or) gitlab collection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors