Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 507 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 507 Bytes

CSS Minifer

This is a simple css minifer CLI tool written in Rust.

Screenshot

Setup

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