lighthouse-auto-fix(WIP)
🚀 Automatically resolve lighthouse issues, especially for static website.
Quick Overview
npm install -g lighthouse-auto-fix
lighthouse-auto-fix <Your Url>
Then you could find optimized files in dist
.
CLI Options
$ lighthouse-auto-fix --help
lighthouse-auto-fix <url>
Options:
--version Show version number [boolean]
--out-dir, -d set the output directory. defaults to "dist" [default: "dist"]
--help Show help [boolean]