Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nihonjinrxs/github2bitbucket
- Owner: nihonjinrxs
- License: mit
- Created: 2015-02-16T18:39:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T18:51:33.000Z (almost 10 years ago)
- Last Synced: 2024-10-21T21:35:30.551Z (2 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.