copykitku/README.md

14 lines
505 B
Markdown
Raw Normal View History

2021-02-15 02:53:37 +01:00
# 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 https://github.com/ytdl-org/youtube-dl/issues/27483 https://git.sakamoto.pl/laudompat/haruhi-dl
2021-02-15 02:53:37 +01:00
Replicated successfully: https://git.sakamoto.pl/laudompat/haruhi-dl/-/issues/39
```
Created for simplifying [haruhi-dl](https://haruhi.download/) development.