https://github.com/natthasath/lighthouse-shell-script
Lighthouse is an open-source, automated tool by Google for improving the quality of web pages. It audits performance, accessibility, SEO, best practices, and Progressive Web Apps (PWAs). Lighthouse runs in Chrome DevTools, via the command line, or as a Node module.
https://github.com/natthasath/lighthouse-shell-script
lighthouse performance script shell website
Last synced: 11 months ago
JSON representation
Lighthouse is an open-source, automated tool by Google for improving the quality of web pages. It audits performance, accessibility, SEO, best practices, and Progressive Web Apps (PWAs). Lighthouse runs in Chrome DevTools, via the command line, or as a Node module.
- Host: GitHub
- URL: https://github.com/natthasath/lighthouse-shell-script
- Owner: natthasath
- License: mit
- Created: 2025-03-25T02:34:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T03:17:58.000Z (11 months ago)
- Last Synced: 2025-03-25T03:29:31.714Z (11 months ago)
- Topics: lighthouse, performance, script, shell, website
- Language: Shell
- Homepage: https://developer.chrome.com/docs/lighthouse
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 Lighthouse Shell Script
Lighthouse is an open-source, automated tool by Google for improving the quality of web pages. It audits performance, accessibility, SEO, best practices, and Progressive Web Apps (PWAs). Lighthouse runs in Chrome DevTools, via the command line, or as a Node module.



### 📦 Package
```
npm install -g lighthouse
```