Detalhes do pacote

gunzip

adamzerella10.3kMIT1.2.2

Compress or expand files using LZ77 and Huffman coding

gunzip, gnu, gzip, zip

readme (leia-me)

gunzip

🗜 Compress or expand files using LZ77 and Huffman coding.

I'm aspiring to make open-source my full-time work. If you like the work that I do, please consider supporting me.

Coffee PayPal

Install

npm i -g gunzip

Usage

This module is currently only provides extremely basic functionality to compress or decompress a given file. If the community seems interested in developing this further, more features and refinements will be added.

CLI

# Compress a file using gzip
gunzip file.txt

# Decompress a file, assuming gzip
gunzip -d file.txt.gz

Contribute

Don't be scared raise an issue or a pull request! Any contributions, no matter how big or small will land your picture here.

Adam Zerella

changelog (log de mudanças)

1.2.2

  • Simplified project structure

0.2.2

  • Updated README description to link to original gzip.

0.2.1

  • Added tag filter to CircleCI publish configuration

0.2.0

  • Added core functionality to compress and decompress.
  • Fleshed out log help menu
  • Corrected naming conventions

0.1.0

  • Added inital project files