1.0.1 • Published 7 years ago

pakke v1.0.1

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

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