README.md 1.31 KB
Newer Older
Jan Winkelmann's avatar
Jan Winkelmann committed
1
# go-ipfs-cmds
tavit ohanian's avatar
tavit ohanian committed
2

Jan Winkelmann's avatar
Jan Winkelmann committed
3 4 5 6 7 8 9 10 11
[![](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)

> ipfs commands library

cmds offers tools for describing and calling commands both locally and remotely, as well as encoding, formatting and transferring the result. It is the successor of go-ipfs/commands and contains a legacy layer such that it can handle previously defined commands.

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

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

Jan Winkelmann's avatar
Jan Winkelmann committed
16 17 18 19 20 21
## Documentation

https://godoc.org/github.com/ipfs/go-ipfs-cmds

## Contribute

Andrew Nesbitt's avatar
Andrew Nesbitt committed
22
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/go-ipfs-cmds/issues)!
Jan Winkelmann's avatar
Jan Winkelmann committed
23 24 25 26 27 28 29 30 31 32

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