This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ipfs/feat/hard-fork
Fork into IPFS org and add README
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |