Skip to content

ipfn/ipfs-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/