# ipfs-sync **Repository Path**: g_cloud/ipfs-sync ## Basic Information - **Project Name**: ipfs-sync - **Description**: No description available - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-22 - **Last Updated**: 2022-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ipfs-sync [![IPFN project](https://img.shields.io/badge/project-IPFN-blue.svg?style=flat-square)](//github.com/ipfn) [![IPFS project](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](//github.com/ipfs) [![GoDoc](https://godoc.org/github.com/ipfn/ipfs-sync/sync?status.svg)](https://godoc.org/github.com/ipfn/ipfs-sync/sync) [![Travis CI](https://travis-ci.org/ipfn/ipfs-sync.svg?branch=master)](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 ``` ### Publish to IPNS ```console $ ipfs key list $ ipfs key gen myrepo $ ipfs-sync --ipns-key=myrepo ``` ## License Apache License Version 2.0, January 2004 http://www.apache.org/licenses/