merlinstardust / transfer-bitbucket-to-github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transfer BitBucket Repos to GitHub

Usage

Name Definition
GITHUB_USERNAME This is your GitHub username
GITHUB_AUTH_TOKEN Create a GitHub personal access token
BITBUCKET_USERNAME This is your BitBucket username
BITBUCKET_APP_PASS Create a BitBucket app password

Run with Environment Variables

PERSONAL_USER='' \
GITHUB_AUTH_TOKEN='' \
BITBUCKET_USERNAME='' \
BITBUCKET_APP_PASS='' \
npm start

Edit the Variables in Files

If you prefer not to use environment variables, you can edit the empty strings in bitbucket.js and github.js

About


Languages

Language:JavaScript 100.0%