diff options
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +reflectub +========= + +Mirror all of a user’s GitHub repositories. This command can be run regularly to +fetch updates and new repositories from GitHub. It’s designed to support Git web +hosting services like CGit. + + ## Usage - cargo run -- --database test.db <github-username> /tmp/ + $ reflectub --database reflectub.db <github-username> /path/to/repos/ + + +## Install + + $ cargo install --git https://github.com/teddywing/reflectub.git + + +## License +Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). |