diff --git a/README.md b/README.md new file mode 100644 index 0000000..be9e7bc --- /dev/null +++ b/README.md @@ -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.