Skip to content

A simple helper for migration a repository from Bitbucket to Github.

License

Notifications You must be signed in to change notification settings

erawat/github-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Github migrator

Github migrator is a little helper that wraps git and hub commands and makes migrating a repository from Bitbucket to Github easier.

Prerequisites

The Github migrator requires follow tools pre-installed:

Usage

$ deno run --allow-run migrator.ts \ 
-g <github_org/username>/<repo_name> \
-b <workspace_id>/<repo_name> 

Arguments

  • b: Bitbucket repository.
  • g: Github repository.
  • d: Working directory. (optional)
  • p: Make the repository public after migrated.(optional)
  • a: Archive the repository after migrated (optional)

About

A simple helper for migration a repository from Bitbucket to Github.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published