Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyrusleeping/git-ipfs-rehost
A script to rehost your git repos in ipfs
https://github.com/whyrusleeping/git-ipfs-rehost
Last synced: 8 days ago
JSON representation
A script to rehost your git repos in ipfs
- Host: GitHub
- URL: https://github.com/whyrusleeping/git-ipfs-rehost
- Owner: whyrusleeping
- License: mit
- Created: 2015-04-13T00:04:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T02:13:05.000Z (about 4 years ago)
- Last Synced: 2024-10-25T08:16:49.430Z (14 days ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 198
- Watchers: 17
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ipfs-cn - git-ipfs-rehost - 在 ipfs 中重新托管 git repos 的脚本. (应用)
- awesome-starred - whyrusleeping/git-ipfs-rehost - A script to rehost your git repos in ipfs (others)
README
# git-ipfs-rehost
A way to statically host your git repos in ipfs. For now, these are read only.
## Install
```
git clone https://github.com/whyrusleeping/git-ipfs-rehost
cd git-ipfs-rehost
cp git-ipfs-rehost /usr/local/bin/git-ipfs-rehost
```## Usage
It's as easy as:
```sh
git-ipfs-rehost http://github.com/user/repo
```