brotli-size-cli
v1.0.0
Published
Get the brotli size of a file or stdin
Downloads
213
Maintainers
Readme
brotli-size-cli
Get the brotli size of a file or stdin
Install
$ npm install --global brotli-size-cli
Usage
$ brotli-size --help
Note: You must be running node >= 13
to use this module since it requires ESM module support.
Related
- brotli-size - API for this module
- gzip-size-cli - Heavily inspired by this module. Thank you for the inspiration!