| Crates.io | html5minify-cli |
| lib.rs | html5minify-cli |
| version | 1.0.0 |
| created_at | 2020-10-16 07:21:17.105051+00 |
| updated_at | 2020-10-16 07:21:17.105051+00 |
| description | CLI HTML5 minifier implementation based on Servo's html5ever. |
| homepage | https://martingallagher.com/ |
| repository | https://github.com/martingallagher/html5minify.git |
| max_upload_size | |
| id | 300411 |
| size | 17,741 |
html5minify 1.0.0
HTML5Minify options
USAGE:
html5minify [FLAGS] <input> [output]
FLAGS:
-w, --whitespace Preserve whitespace
-h, --help Prints help information
-d, --doctype Omit HTML5 doctype
-c, --comments Preserve HTML comments
-V, --version Prints version information
ARGS:
<input> Input file
<output> Output file, stdout if not set