Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 958 Bytes

ipfs-sync

IPFN project IPFS project GoDoc Travis CI

Atomically syncs changes in directory on IPFS.

Install

Installation requires Go:

$ go get -u github.com/ipfn/ipfs-sync

Usage

$ ipfs-sync --ignore-rules-path=.gitignore  .

Publish to IPNS

$ ipfs key list
$ ipfs key gen myrepo
$ ipfs-sync --ipns-key=myrepo <directory>

License

                             Apache License
                       Version 2.0, January 2004
                    http://www.apache.org/licenses/