| Crates.io | js_sizers |
| lib.rs | js_sizers |
| version | 0.2.0 |
| created_at | 2021-11-28 00:04:37.812068+00 |
| updated_at | 2022-12-08 21:41:16.409947+00 |
| description | get your javascript file size after minification and gzip |
| homepage | |
| repository | https://github.com/huozhi/sizers |
| max_upload_size | |
| id | 488593 |
| size | 68,634 |
Show your javascript file size after minification and gzip
cargo install js_sizers
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)
cargo build
touch test.js # create a test file as input and edit
cargo run ./test.js
MIT License