0.2.2 • Published 6 years ago

pagespeed-cli v0.2.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

:boom: Careful: This package is no longer maintained and is only here for historic reasons. This means you should very likely not use it. You have been warned. :boom:


pagespeed-cli

Getting Google PageSpeed Insights for a app running locally - directly in the command line

psi + localtunnel = :heart:

npm.io

Install

npm install pagespeed-cli

Usage

# For a example app running on localhost, port 8080
pagespeed-cli -p 8080

# For a example app running on localhost, port 8080 and with desktop strategy
pagespeed-cli -p 8080 -s desktop

Debugging

This module uses debug.

DEBUG='pagespeed-cli' pagespeed-cli -p 8080

Licence

MIT