html5minify-cli

Crates.iohtml5minify-cli
lib.rshtml5minify-cli
version1.0.0
sourcesrc
created_at2020-10-16 07:21:17.105051
updated_at2020-10-16 07:21:17.105051
descriptionCLI HTML5 minifier implementation based on Servo's html5ever.
homepagehttps://martingallagher.com/
repositoryhttps://github.com/martingallagher/html5minify.git
max_upload_size
id300411
size17,741
Martin Gallagher (martingallagher)

documentation

https://docs.rs/html5minify/

README

HTML5 minify CLI

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
Commit count: 20

cargo fmt