huffman-compressor
v1.0.0
Published
A cli tool to compress files usig huffman algorithm
Downloads
3
Readme
huffman
A cli tool to compress files usig huffman algorithm
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