Skip to content
This repository was archived by the owner on Jan 26, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
[![](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)
[![Coverage Status](https://coveralls.io/repos/github/ipfs/js-ipld-cli/badge.svg?branch=master)](https://coveralls.io/github/ipfs/js-ipld-cli?branch=master)
[![Travis CI](https://travis-ci.org/ipfs/js-ipld-cli.svg?branch=master)](https://travis-ci.org/ipfs/js-ipld-cli)
[![Circle CI](https://circleci.com/gh/ipfs/js-ipld-cli.svg?style=svg)](https://circleci.com/gh/ipfs/js-ipld-cli)
[![Dependency Status](https://david-dm.org/ipfs/js-ipld-cli.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipld-cli) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

> Interact with IPLD on the command line

## Installation
## Table of Contents

- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## Install

```bash
$ npm i -g ipld-cli
Expand Down Expand Up @@ -44,3 +52,15 @@ Optional arguments:
--json Print the result in json
--no-colors Print the result without colors
```

## Contribute

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

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

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

## License

[MIT](LICENSE)