https://github.com/schlagenhauf/gitlab2mr
A python script to generate a myrepos config file from a Gitlab instance.
https://github.com/schlagenhauf/gitlab2mr
gitlab myrepos python
Last synced: 5 months ago
JSON representation
A python script to generate a myrepos config file from a Gitlab instance.
- Host: GitHub
- URL: https://github.com/schlagenhauf/gitlab2mr
- Owner: schlagenhauf
- License: mit
- Created: 2020-10-15T17:30:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T16:23:43.000Z (over 4 years ago)
- Last Synced: 2023-12-23T10:04:43.266Z (over 2 years ago)
- Topics: gitlab, myrepos, python
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/gitlab2mr/)
[](https://github.com/schlagenhauf/gitlab2mr/actions/workflows/python-publish.yml)
[](https://pyscaffold.org/)
# gitlab2mr
A python script to generate a [myrepos](https://myrepos.branchable.com/) config file from a Gitlab
instance.
You don't want to waste your time checking out all your Gitlab repositories but you are too lazy
to maintain a myrepos config manually. Then this tool is for you.
## Installation
gitlab2mr is available via [pypi](https://pypi.org/project/gitlab2mr/):
```
pip install --user gitlab2mr
```
or better
```
pipx install gitlab2mr
```
## Usage
```
gitlab2mr -u -t -f ".mrconfig.gitlab"
```