Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 745 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 745 Bytes

Gitlab Backup

Clone all your projects from Gitlab with one command

For using this library you should generate a Gitlab access token

Installation

npm install gitlab-backup -g

Options

Name Description Default
token Your Gitlab access token This option is REQUIRED
url Url of gitlab instance https://gitlab.com
output Path of output directory ./gitlab-backup/

Usage

gitlab-backup --token TOKEN --output ./my-projects