Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 477 Bytes

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