From a2038f1ef2ee0544e4a14f0760cc495b66b66515 Mon Sep 17 00:00:00 2001 From: Laura Liberda Date: Mon, 15 Feb 2021 02:53:37 +0100 Subject: [PATCH] create readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md 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.