gitlab-backup
v1.0.1
Published
Clone all your projects from Gitlab with one command
Maintainers
Readme
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 -gOptions
| 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