updated readme

master
Laura Liberda 2021-02-23 23:19:58 +01:00
parent d6f34a7547
commit b41908f40d
1 changed files with 13 additions and 2 deletions

View File

@ -2,7 +2,9 @@
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:
Created for simplifying [haruhi-dl](https://haruhi.download/) development.
## Example usage
```
$ copykitku replicate https://github.com/ytdl-org/youtube-dl/issues/27483 https://git.sakamoto.pl/laudompat/haruhi-dl
@ -10,4 +12,13 @@ $ copykitku replicate https://github.com/ytdl-org/youtube-dl/issues/27483 https:
Replicated successfully: https://git.sakamoto.pl/laudompat/haruhi-dl/-/issues/39
```
Created for simplifying [haruhi-dl](https://haruhi.download/) development.
See `copykitku --help` for more usage docs.
## Supported services
- [GitHub](https://github.com/) (including Enterprise Server)
- [GitLab](https://about.gitlab.com/)
## `.copykitkurc.toml` project config file
See `CopykitkuProjectConfig` type definition in [src/types.ts](/src/types.ts)