github-to-bitbucket-backup-repo-updater

1.0.4 • Public • Published

github-to-bitbucket-backup-repo-updater

💻 Compatible with Windows, MacOS & Linux.

Quickstart

# Set a config.json in your current working directory at your terminal.
npm i github-to-bitbucket-backup-repo-updater
ghbbupdater --help
ghbbupdater

Requirements

Installation

Update config.json with your github and bitbucket remote urls for your repos.

{
  "repos": {
    "kelvinkamara.com": {
      "github": {
        "origin": "https://github.com/kkamara/kelvinkamara.com",
        "branch": "develop"
      },
      "bitbucket": {
        "origin": "git@bitbucket.org:kkamara2/kelvinkamara.com",
        "branch": "develop"
      }
    }
  }
}
  npm install
  chmod +x app.js
  npm cache config set prefix /usr/local # Ignore for Node.js 14.
  npm run build # execute ghbbupdater command in path
  # sudo npm run build for Node.js 14.

Usage

  npm run start
  npm run start -- --help
  ghbbupdater --help
  ghbbupdater --version
  ghbbupdater

Tests

  npm run test

Misc

See react boilerplate.

See php scraper.

See node react boilerplate.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD

Package Sidebar

Install

npm i github-to-bitbucket-backup-repo-updater

Weekly Downloads

2

Version

1.0.4

License

BSD-3

Unpacked Size

12.3 kB

Total Files

6

Last publish

Collaborators

  • kkamara