Thanks to visit codestin.com
Credit goes to github.com

Skip to content

creyke/Brot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brot

Command line Brotli compressor and decompressor

Installation

dotnet tool install -g brot

Compressing

Compress a string into bytes and encode it into a base64 string:

brot foo outputs CwGAZm9vAw==

Decompressing

Convert a base64 string into bytes and decompress it back to the original string:

brot CwGAZm9vAw== outputs foo

About

Command line Brotli compressor and decompressor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages