Categorygithub.com/updiver/dumper
repositorypackage
0.1.2
Repository: https://github.com/updiver/dumper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

About

Dumper is a lib to dump bitbucket / github repositories.

Usage examples

Some examples how to use library can be found in examples folder folder.

Run examples

Clone all repos from your account (your personal account + teams you are member of):

make build-all && ./build/dumper dump github -u username -d ~/destination_folder -t token_or_user_app_password

Tests

make run-tests