huozhi / sizers

Show your javascript file size after minification and gzip

Home Page:https://crates.io/crates/js_sizers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js_sizers

Show your javascript file size after minification and gzip

Install

cargo install js_sizers

Usage

js_sizers ./test.js
# Output
Reading file: ./test.js...

origin   >> 20.38 kB (20384 bytes)
minified >> 3.73 kB (3733 bytes)
gzipped  >> 1.89 kB (1894 bytes)

Development

cargo build

touch test.js # create a test file as input and edit
cargo run ./test.js

License

MIT License

About

Show your javascript file size after minification and gzip

https://crates.io/crates/js_sizers


Languages

Language:Rust 100.0%