cssmin

Removes line breaks, comments and spaces around symbols, in a CSS file.
git clone git://soucy.cc/cssmin.git
Log | Files | Refs | README

commit 426c1966d6b5855147fadaf207b5ccdf3a2ffa3f
parent f5d8d5a9da54628b9aca922d1dfbd9d11ab11ed0
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Thu,  1 Dec 2022 09:43:32 -0500

Update the README file

Diffstat:
MREADME.md | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,7 +1,8 @@ # cssmin -Removes line breaks, comments and spaces around symbols in a CSS -file. Without any dependency, you only need lua (>= 5.1). +Command-line utility to removes line breaks, comments and spaces +around symbols in a CSS file. Without any dependency, you only need +lua (>= 5.1). Use a CSS file as argument or CSS block by stdin: @@ -9,3 +10,8 @@ Use a CSS file as argument or CSS block by stdin: * `./cssmin < styles.css > styles.min.css` * `cat styles.css | ./cssmin` * `echo ".red { color: red; }" | ./cssmin` + +--- + +To have access to `cssmin` from everywhere, you can create a symlink +in `$HOME/.local/bin/` or in `/usr/local/bin/`. +\ No newline at end of file