Skip to content

Commit

Permalink
chore(README): Added banners
Browse files Browse the repository at this point in the history
  • Loading branch information
Vel-San committed Mar 11, 2022
1 parent f9402eb commit 33c9617
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![repo-size](https://img.shields.io/github/repo-size/vel-san/gitlab-migrator?label=Repo-Size&style=flat-square) [![contrib](https://img.shields.io/github/contributors/vel-san/gitlab-migrator?label=Contributors&style=flat-square)](https://github.com/Vel-San/gitlab-migrator/graphs/contributors) [![release](https://img.shields.io/github/v/release/vel-san/gitlab-migrator?label=Release&style=flat-square)](https://github.com/Vel-San/gitlab-migrator/releases)

# Gitlab Migrator

Migrate Gitlab projects (or variables) between namespaces/groups/severs using Gitlab's official API, in Python3+ // WIP
Expand Down Expand Up @@ -39,7 +41,11 @@ optional arguments:
-D, --debug Output debugging messages
```

### API Overriding (Dev Usauge)
## TO-DO

- (TBF)

### API Overriding (Dev Usage)

#### CURL

Expand All @@ -53,4 +59,4 @@ where `override_params[XXX]=YYY` is a hash that you can use to override some set

## References

- [Project API](https://docs.gitlab.com/ee/api/projects.html#edit-project)
- [Project API](https://docs.gitlab.com/ee/api/projects.html#edit-project)

0 comments on commit 33c9617

Please sign in to comment.