Go to file
2021-02-22 19:31:58 +01:00
.vscode initial commit 2020-08-05 23:33:36 +02:00
bin base cli 2021-02-01 11:44:18 +01:00
scripts Revert "[gitlab] simplify gql schema download" 2021-02-20 04:11:47 +01:00
src parsePath: fix project path parsing with trailing slash 2021-02-22 19:31:11 +01:00
.eslintignore build and lint setup with gitlab ci 2020-08-20 17:08:27 +02:00
.eslintrc.js update dependencies and eslint config 2021-02-01 15:40:04 +01:00
.gitignore getting ready for release 2021-02-16 02:43:27 +01:00
.gitlab-ci.yml update dependencies and eslint config 2021-02-01 15:40:04 +01:00
.prettierignore build and lint setup with gitlab ci 2020-08-20 17:08:27 +02:00
.prettierrc.js initial commit 2020-08-05 23:33:36 +02:00
jest.config.js setup testing with jest 2021-02-22 19:31:58 +01:00
LICENSE added license declarations 2020-08-21 11:53:55 +02:00
package.json setup testing with jest 2021-02-22 19:31:58 +01:00
README.md [cli] replicate: move source and dest arguments to positional args 2021-02-22 16:47:18 +01:00
tsconfig.json getting ready for release 2021-02-16 02:43:27 +01:00
yarn.lock setup testing with jest 2021-02-22 19:31:58 +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

Replicated successfully: https://git.sakamoto.pl/laudompat/haruhi-dl/-/issues/39

Created for simplifying haruhi-dl development.