wololo

Convert the origin of a Git repository, from Bitbucket to GitHub or GitHub to Bitbucket.

Usage no npm install needed!

<script type="module">
  import wololo from 'https://cdn.skypack.dev/wololo';
</script>

README

wololo.js

Convert the origin of a Git repository, from Bitbucket to GitHub or GitHub to Bitbucket.

Infos

  • Made in OS : Windows 7
  • Tested in OS : Windows 7
  • Language Used : JavaScript
  • Dependencies : node.js >= 0.8.0, npm >= 1.3.8
  • License : BSD 3-Clause License

How To

Installing

Install via npm:

npm install -g wololo

Using wololo

To change the repository from Bitbucket to GitHub:

$ wololo -g

Or

$ wololo --github

To change the repository from GitHub to Bitbucket:

$ wololo -b

Or

$ wololo --bitbucket

OBS: The wololo only works in the repository directory.

To Do

  • Support directory input

Referencies

The links below help me write wololo.js