Commit c769e4c6 authored by Hermann Krumrey's avatar Hermann Krumrey
Browse files

Write Readme

parent 698ac0be
Loading
Loading
Loading
Loading
+25 −0
Changes for README.md: 25 added lines, 0 removed lines.
Original line number Diff line number Diff line
# Gitlab Cloner [![build status](https://gitlab.namibsun.net/namboy94/gitlab-cloner/badges/master/build.svg)](https://gitlab.namibsun.net/namboy94/gitlab-cloner/commits/master)

![Logo](logo/logo-readme.png "Logo")

This is a small script that clones all git repositories of a user from a
Gitlab server.

This requires the user's API access token.

## Usage

Use the Gitlab Server's URL as the first positional argument, the second 
one should be the API key.

You can also specify a destination directory for the repositories
with the ```-d``` argument.

To include any achived repositories, use the ```-a``` option

## Links

* [Github](https://github.com/namboy94/gitlab-cloner)
* [Gitlab](https://gitlab.namibsun.net/namboy94/gitlab-cloner)
* [Git Statistics (gitstats)](https://gitstats.namibsun.net/gitstats/gitlab-cloner/index.html)
* [Git Statistics (git_stats)](https://gitstats.namibsun.net/git_stats/gitlab-cloner/index.html)
 No newline at end of file