Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nihonjinrxs/github2bitbucket

Shell script (zsh) to mirror public GitHub repos to BitBucket
https://github.com/nihonjinrxs/github2bitbucket

Last synced: about 1 month ago
JSON representation

Shell script (zsh) to mirror public GitHub repos to BitBucket

Awesome Lists containing this project

README

        

# github2bitbucket
Shell script (zsh) to mirror public GitHub repos to BitBucket

## Usage
```zsh
$ ./github2bitbucket []
```

## Dependencies
You'll need the following command-line tools installed and available to the zsh path:
* [git](http://git-scm.com/)
* [spidermonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey)
* [curl](http://curl.haxx.se/)
* [resty](https://github.com/micha/resty)
* [jsawk](https://github.com/micha/jsawk)

## Credits
This script was authored by me ([nihonjinrxs](https://github.com/nihonjinrxs)) for my own use.

## Contributions
Please feel free to contribute by creating issues for bugs or enhancements, or by submitting pull requests. Fork for fun!

## License
This script is licensed under the MIT license. See [LICENSE](LICENSE) for details.