This is by no means, a reliable code minifier. It makes several assumptions and treats ALL common code characters (i.e. brackets, parenthesis, operators, etc.) as "code" such that if you are writing text as example code, that will get minified.
The general assumption is you will be writing purely code and not English trying to explain code.
I found other solutions but they were isolated by their languages. i.e. HTML minifier, CSS minifier, & JavaScript terser.
There wasn't one single solution and I didn't want something very complicated since I'm making my code smaller by hand anyway.