GuillaumeGomez / minifier-rs

Minifier tool/lib for JS/CSS/JSON files
MIT License
86 stars 16 forks source link

add more options to cli #97

Open SArpnt opened 2 years ago

SArpnt commented 2 years ago

while adding this minifier to minification-benchmarks, i noticed that the cli really doesn't provide many options.

it would be extremely useful to be able to read from stdin (usually done with the filename - in other tools), specify output files, and output to stdout