Skip to content

KrzysztofZawisla/BrotliCompressorMojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrotliCompressorMojo

Simple CLI tool to compress files using Brotli algorithm. This program uses Mojo.

Usage

brotli-compressor <path-to-input-file> <path-to-output>

How to build

mojo build ./source/index.mojo -o ./brotli-compressor

How to run without building binary

mojo run ./source/index.mojo <path-to-input-file> <path-to-output>

About

Simple CLI tool to compress files using Brotli algorithm

Topics

Resources

License

Stars

Watchers

Forks