sourcegraph/dev/scaletesting/codehostcopy/README.md
Bolaji Olajide bb801b94e6
Run Prettier (#43525)
prettier
2022-10-27 09:02:53 +00:00

354 B

CodeHost Copy

A small tool to copy all repos from a given user on GitHub to GitLab or Bitbucket.

State is persisted in a SQLite database to enable to resume the copy if it was interrupted.

Usage

codehostcopy --config my-config.cue --state my-config.db

To get an example config, you can do:

codehostcopy example > my-config.cue