{"id":25766661,"url":"https://github.com/adityameharia/huffmancompression","last_synced_at":"2026-05-12T22:36:13.774Z","repository":{"id":57269472,"uuid":"345003433","full_name":"adityameharia/HuffmanCompression","owner":"adityameharia","description":"Cli for compressing files using huffman algorithm","archived":false,"fork":false,"pushed_at":"2021-05-04T06:04:57.000Z","size":11823,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T23:16:54.847Z","etag":null,"topics":["cli","huffman-compression-algorithm","nodejs","oclif"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adityameharia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-06T04:19:56.000Z","updated_at":"2021-05-04T06:04:59.000Z","dependencies_parsed_at":"2022-09-02T08:41:44.927Z","dependency_job_id":null,"html_url":"https://github.com/adityameharia/HuffmanCompression","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityameharia%2FHuffmanCompression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityameharia%2FHuffmanCompression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityameharia%2FHuffmanCompression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityameharia%2FHuffmanCompression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityameharia","download_url":"https://codeload.github.com/adityameharia/HuffmanCompression/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240947662,"owners_count":19883032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","huffman-compression-algorithm","nodejs","oclif"],"created_at":"2025-02-26T23:16:56.595Z","updated_at":"2026-05-12T22:36:13.747Z","avatar_url":"https://github.com/adityameharia.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"huffman\n=======\n\nA cli tool written in nodejs which uses cpp binaries to compress files usig huffman algorithm.\nCurrently supports Windows,Mac OS and linux. \n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/huffman.svg)](https://www.npmjs.com/package/huffman-compressor)\n[![Downloads/week](https://img.shields.io/npm/dw/huffman.svg)](https://www.npmjs.com/package/huffman-compressor)\n[![License](https://img.shields.io/npm/l/huffman.svg)](https://github.com/adityameharia/huffmanCompression/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g huffman-compressor\n$ huffman-compressor COMMAND\nrunning command...\n$ huffman-compressor (-v|--version|version)\nhuffman-compressor/0.1.0 linux-x64 node-v14.15.4\n$ huffman-compressor --help [COMMAND]\nUSAGE\n  $ huffman-compressor COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`huffman-compressor compress PATH`](#huffman-compressor-compress-path)\n* [`huffman-compressor decompress PATH`](#huffman-compressor-decompress-path)\n* [`huffman-compressor help [COMMAND]`](#huffman-compressor-help-command)\n\n## `huffman-compressor compress PATH`\n\nCompress compresses the file using huffman algorithm\n\n```\nUSAGE\n  $ huffman-compressor compress PATH\n\nARGUMENTS\n  PATH  path to input file with respect to the current working directory\n\nOPTIONS\n  -o, --name=name  name of output file\n```\n\n_See code: [src/commands/compress.js](https://github.com/adityameharia/huffmanCompression/blob/v0.1.0/src/commands/compress.js)_\n\n## `huffman-compressor decompress PATH`\n\nDecompress decompresses the file using huffman algorithm\n\n```\nUSAGE\n  $ huffman-compressor decompress PATH\n\nARGUMENTS\n  PATH  path to input file with respect to the current working directory\n\nOPTIONS\n  -o, --name=name  name of output file\n```\n\n_See code: [src/commands/decompress.js](https://github.com/adityameharia/huffmanCompression/blob/v0.1.0/src/commands/decompress.js)_\n\n## `huffman-compressor help [COMMAND]`\n\ndisplay help for huffman-compressor\n\n```\nUSAGE\n  $ huffman-compressor help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityameharia%2Fhuffmancompression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityameharia%2Fhuffmancompression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityameharia%2Fhuffmancompression/lists"}