KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ipfs-sync
★ 24
Open GitHub ↗
Live IPFS directory synchronization.
Download README (.md)
Explore Similar Repositories
json-exporter
:
Prometheus exporter which fetches JSON from a URL and exports one of the values as gauge metrics
YAAB
:
Yet another AudioBook ( Android App )
wenbook
:
No description available.
palette-stripes
:
Sketch plugin to generate palette stripes from shape fills.
aspekt
:
A lightweight (Aspect Oriented Programming) AOP foundation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ipfs-sync
?
Download (.md)
# ipfs-sync [](https://raw.githubusercontent.com/ipfn/ipfs-sync/master/github.com/ipfn) [](https://raw.githubusercontent.com/ipfn/ipfs-sync/master/github.com/ipfs) [](https://godoc.org/github.com/ipfn/ipfs-sync/sync) [](https://travis-ci.org/ipfn/ipfs-sync) Atomically syncs changes in directory on IPFS. ## Install Installation requires Go: ```console $ go get -u github.com/ipfn/ipfs-sync ``` ## Usage ```console $ ipfs-sync --ignore-rules-path=.gitignore . ``` ### Publish to IPNS ```console $ 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/