Skip to content

A simple command line tool for generating Lighthouse HTML reports.

Notifications You must be signed in to change notification settings

willowCeleste/lighthouse-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lighthouse Keeper

This is, at the moment, a tiny command line tool for generating Lighthouse HTML reports. It takes a CSV of URLs and generates a folder of Lighthouse reporst for those URLs in a given directory.

How To Use

  1. Clone or download the repo.
  2. CD into the root of the repo.
  3. From the command line run npm run <path-to-csv> <path-to-output-directory> replacing the arguments in brackets with the file path and directory of your choice.

CSV Format

The CSV has two required columns: url and title.

url title
https://example.com Home
https://example.com/about About
https://example.com/contact Contact

About

A simple command line tool for generating Lighthouse HTML reports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published