fedeoo / lighthouse-auto-fix

πŸš€ Automatically resolve lighthouse issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lighthouse-auto-fix Build Status Coveralls PRs Welcome

πŸš€ 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"]
  --device                   [choices: "mobile", "desktop"] [default: "desktop"]
  --help         Show help                                             [boolean]

Supported Optimization

This repo aims to optimize website based on lighthouse. Not all audit items are able to fix by automated tool. Here's the list what we manage to fix Supported Items

About

πŸš€ Automatically resolve lighthouse issues

License:MIT License


Languages

Language:JavaScript 100.0%