Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from ipfs/feat/hard-fork
Browse files Browse the repository at this point in the history
Fork into IPFS org and add README
  • Loading branch information
aschmahmann authored Jun 22, 2021
2 parents 20a6137 + 2aa612d commit 66f2ef2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# tar-utils

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.io/)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![GoDoc](https://godoc.org/github.com/ipfs/tar-utils?status.svg)](https://godoc.org/github.com/ipfs/tar-utils)

> tar-utils contains utilities for working with tar files generated by go-ipfs to transport UnixFS data
This package originated at https://github.com/whyrusleeping/tar-utils

## Lead Maintainer

[Adin Schmahmann](https://github.com/aschmahmann)

## Table of Contents

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

## Install

`tar-utils` works like a regular Go module:

```
> go get github.com/ipfs/tar-utils
```

## Usage

```
import "github.com/ipfs/tar-utils"
```

Check the [GoDoc documentation](https://pkg.go.dev/github.com/ipfs/tar-utils)

## Contribute

PRs accepted.

Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.

## License

MIT © Protocol Labs, Inc.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/whyrusleeping/tar-utils
module github.com/ipfs/tar-utils

go 1.14

0 comments on commit 66f2ef2

Please sign in to comment.