Go to file
Laura Liberda 20cfde5ea3 Revert "[gitlab] simplify gql schema download"
This reverts commit 40ced41cce.

GitLab removed the SDL files from the docs: baedeb4ee8
2021-02-20 04:11:47 +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 Revert "[gitlab] simplify gql schema download" 2021-02-20 04:11:47 +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
LICENSE added license declarations 2020-08-21 11:53:55 +02:00
package.json base MR commit replication 2021-02-20 00:07:00 +01:00
README.md create readme 2021-02-15 02:53:37 +01:00
tsconfig.json getting ready for release 2021-02-16 02:43:27 +01:00
yarn.lock base MR commit replication 2021-02-20 00:07:00 +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 -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 development.