create readme

This commit is contained in:
Laura Liberda 2021-02-15 02:53:37 +01:00
parent 0378d988c6
commit a2038f1ef2

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# Copykitku
Copykitku is a tool for replicating issues, merge requests or specific commits, also between various source code management tools (namely: GitHub and GitLab, but the list could be expanded).
Example usage:
```
$ copykitku replicate -s https://github.com/ytdl-org/youtube-dl/issues/27483 -d https://git.sakamoto.pl/laudompat/haruhi-dl
Replicated successfully: https://git.sakamoto.pl/laudompat/haruhi-dl/-/issues/39
```
Created for simplifying [haruhi-dl](https://haruhi.download/) development.