pakke
v1.0.1
Published
Node package / cli command pack files using system compression utilities. Use per user configured compression format, use one command / syntax to compress files. Sister project to unpack
Downloads
4
Readme
pakke
Node package / cli command pack files using system compression utilities. Use per user configured compression format, use one command / syntax to compress files. Sister project to unpack. Supports zip, tar, bz2, gz, xz, Z-standard, 7z
npm install -g pakke
Usage
pakke config --global compressor <zip | tar | tar.bz2 | tar.gz | tar.xz | tar.zst | 7z>
pakke <file | dir> [<file | dir> ...]
Compression Dependencies
brew install zstd xz p7zip
Building / Installing
make
make install
Testing
npm test