1.0.8 • Published 3 years ago

bitbucket-repository-downloader v1.0.8

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
3 years ago

bitbucket-repository-downloader

Donate Downloads

Clone & Download all the repositories of a Bitbucket account using NodeJS (Recommended Node v8.*)

Installation

git clone https://github.com/gladwinbobby/bitbucket-repository-downloader.git
cd bitbucket-repository-downloader
npm i

Usage

Simple Example

Use the following command to start cloning the Bitbucket repositories of any account which have Two-Factor Authentication (2FA) disabled.

node clone.js --username=yourusername --password=yourpassword

Skip Repositories

Pass the repository's url slug to the --skip argument.

node clone.js --username=yourusername --password=yourpassword --skip=yourworkspaceslug/yourprojectslug --skip=gladwinbobby/bitbucket-repository-downloader

All Options

ArgumentDescription
--usernameBitbucket account username.
--passwordBitbucket account password.
--skipBitbucket repository's full_name/url slug.
--mirrorClone a mirror copy of the repository.

Issues & Bug Tracker

Found any issues? Need any enhancements? Feel free to open issue

Donation

If this project helps reduce your time to develop, you can give me a cup of coffee :)

paypal

1.0.8

3 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago