1.0.0 • Published 3 years ago

huffman-compressor v1.0.0

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

huffman

A cli tool to compress files usig huffman algorithm

oclif Version Downloads/week License

Usage

$ npm install -g huffman-compressor
$ huffman-compressor COMMAND
running command...
$ huffman-compressor (-v|--version|version)
huffman-compressor/0.1.1 linux-x64 node-v14.15.4
$ huffman-compressor --help [COMMAND]
USAGE
  $ huffman-compressor COMMAND
...

Commands

huffman-compressor compress PATH

Compress compresses the file using huffman algorithm

USAGE
  $ huffman-compressor compress PATH

ARGUMENTS
  PATH  path to input file with respect to the current working directory

OPTIONS
  -o, --name=name  name of output file

See code: src/commands/compress.js

huffman-compressor decompress PATH

Decompress decompresses the file using huffman algorithm

USAGE
  $ huffman-compressor decompress PATH

ARGUMENTS
  PATH  path to input file with respect to the current working directory

OPTIONS
  -o, --name=name  name of output file

See code: src/commands/decompress.js

huffman-compressor help [COMMAND]

display help for huffman-compressor

USAGE
  $ huffman-compressor help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

1.0.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago