1.0.5 • Published 5 years ago

gl-cloner v1.0.5

Weekly downloads
6
License
ISC
Repository
-
Last release
5 years ago

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
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago