1.0.1 • Published 7 years ago

unpakke v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

unpakke

Node package / cli command to unpack a given compressed archive. It determines compression type based on file extension. Sister project to pack. Supports zip, tar, bz2, gz, xz, Z-standard, 7z

npm install -g unpakke

Usage

unpakke [--keep] <tarball> [<tarball> ...]

Compression Dependencies

brew install zstd xz p7zip

Building / Installing from Source

make
make install

Testing

npm test
1.0.1

7 years ago