This is a simple css minifer CLI tool written in Rust.
Clone the project
git clone https://github.com/hpbyte/css_minifier.git
cd css_minifier
Install dependencies and this will make css_minifier
to be available in the directory
cargo install --path .
Minifying the source file
css_minifier PATH_TO_INPUT_FILE OUTPUT_FILE_PATH
Getting help
css_minifier --help