README.md 1.83 KB
Newer Older
Richard Littauer's avatar
Richard Littauer committed
1 2 3 4 5 6 7 8 9 10
# go-ipfs-util

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![](https://img.shields.io/badge/discussion_repo-go_to_issues-brightgreen.svg?style=flat-square)](https://github.com/ipfs/NAME/issues)

> Common utilities used by go-ipfs and other related go packages

Steven Allen's avatar
Steven Allen committed
11 12 13 14
## Lead Maintainer

[Steven Allen](https://github.com/Stebalien)

Richard Littauer's avatar
Richard Littauer committed
15 16
## Install

17 18
This is a Go module which can be installed with `go get github.com/ipfs/go-ipfs-util`. `go-ipfs-util` is however packaged with Gx, so it is recommended to use Gx to install it (see Usage section).

Richard Littauer's avatar
Richard Littauer committed
19 20
## Usage

21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
This module is packaged with [Gx](https://github.com/whyrusleeping/gx).
In order to use it in your own project do:

```
go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
cd <your-project-repository>
gx init
gx import github.com/ipfs/go-ipfs-util
gx install --global
gx-go --rewrite
```

Please check [Gx](https://github.com/whyrusleeping/gx) and [Gx-go](https://github.com/whyrusleeping/gx-go) documentation for more information.


Richard Littauer's avatar
Richard Littauer committed
37 38 39 40 41 42 43 44 45 46 47 48 49
## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/go-ipfs-util/issues)!

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

### Want to hack on IPFS?

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/contributing.md)

## License

MIT