Go to file
Laura Liberda 14636629c8 fix github MR replication crash 2021-02-27 01:04:33 +01:00
.vscode initial commit 2020-08-05 23:33:36 +02:00
bin fix github MR replication crash 2021-02-27 01:04:33 +01:00
scripts Revert "[gitlab] simplify gql schema download" 2021-02-20 04:11:47 +01:00
src fix github MR replication crash 2021-02-27 01:04:33 +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 [ci] pipelines and unit tests 2021-02-22 19:50:15 +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
LICENSE added license declarations 2020-08-21 11:53:55 +02:00
README.md updated readme 2021-02-23 23:19:58 +01:00
jest.config.js jest: do not test built files 2021-02-26 00:47:02 +01:00
package.json setup testing with jest 2021-02-22 19:31:58 +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

README.md

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).

Created for simplifying haruhi-dl development.

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

See copykitku --help for more usage docs.

Supported services

.copykitkurc.toml project config file

See CopykitkuProjectConfig type definition in src/types.ts