An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/jhuntwork/extract/v3

Package extract allows to extract archives in zip, tar.gz or tar.bz2 formats easily. Most of the time you'll just need to call the proper function with a buffer and a destination: ``` Sometimes you'll want a bit more control over the files, such as extracting a subfolder of the archive. In this cases you can specify a renamer func that will change the path for every file: ``` If you don't know which archive you're dealing with (life really is always a surprise) you can use Archive, which will infer the type of archive from the first bytes
3 versions
Latest release: over 4 years ago
1 dependent package

View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/jhuntwork/extract/v3

View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/jhuntwork%2Fextract

Dependent Repos 1

jhuntwork/mere
An experimental package manager

Size: 73.2 KB - Last synced: about 2 months ago - Pushed: 10 months ago