mirror of
https://github.com/idanoo/GoGitlabCloner.git
synced 2024-11-21 16:01:56 +00:00
7 lines
154 B
Markdown
7 lines
154 B
Markdown
# GoGitlabCloner
|
|
Clone all Repositories from a GitLab project
|
|
|
|
```
|
|
$ go build main.go
|
|
$ ./main -token=glpat-12345 -projectid=1234 -dest=/home/Test/git
|
|
``` |