fxs-lighthouse

Generate Lighthouse report and export to a Google Spreadsheet

Usage no npm install needed!

<script type="module">
  import fxsLighthouse from 'https://cdn.skypack.dev/fxs-lighthouse';
</script>

README

FXS Lighthouse CLI

fxs-lighthouse is a command-line tool to generate Lighthouse report and export it to a Google Spreadsheet.

Installation

$ npm install -g fxs-lighthouse

Commands

run [options] <url>   Generate Lighthouse report and export it to a Google Spreadsheet
add-header [options]  Adds a row with the field names in a Google Spreadsheet
config <file>         Load configuration from JSON file
login                 Log in with Google
logout                Log out

See more info using the --help flag.

The initial configuration file is the OAuth client credentials (in JSON) for the Google Drive API (see more).