Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 414 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 414 Bytes

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>