Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlinstardust/transfer-bitbucket-to-github
https://github.com/merlinstardust/transfer-bitbucket-to-github
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/merlinstardust/transfer-bitbucket-to-github
- Owner: merlinstardust
- Created: 2020-08-26T04:39:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T05:03:03.000Z (over 4 years ago)
- Last Synced: 2024-11-12T18:48:35.967Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transfer BitBucket Repos to GitHub
## Usage
| Name | Definition |
| -------------------- | ------------------------------- |
| `GITHUB_USERNAME` | This is your GitHub username |
| `GITHUB_AUTH_TOKEN` | [Create a GitHub personal access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) |
| `BITBUCKET_USERNAME` | This is your BitBucket username |
| `BITBUCKET_APP_PASS` | [Create a BitBucket app password](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/) |### 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](bitbucket.js) and [github.js](github.js)