unpakke
v1.0.1
Published
Node package / cli command to unpack a given compressed archive. It determines compression type based on file extension. Sister project to pack.
Downloads
4
Readme
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