Skip to content

TGiles/auto-lighthouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 19, 2022
2d3f89b · Aug 19, 2022
Aug 18, 2022
Jun 6, 2021
Dec 13, 2019
Mar 20, 2022
Sep 11, 2019
Sep 11, 2019
Aug 18, 2022
Aug 17, 2019
Aug 18, 2022
Aug 18, 2022
Aug 18, 2019
Jul 17, 2020
Mar 20, 2022
Mar 20, 2022
May 25, 2021
Apr 7, 2021
Mar 20, 2022
Dec 13, 2019
Aug 19, 2022
Aug 19, 2022

Repository files navigation

auto-lighthouse

License npm version

Dependabot Status Master build status Latest master commit

Open issues Closed issues

A CLI for crawling one or more domains and generating both mobile and desktop reports for each page.

Note: You will need a version of Chrome or Chromium installed for this package to work as expected.

How to use via NPM

  • npx auto-lighthouse

    • This command should print the help output
  • npm install auto-lighthouse or npm install -g auto-lighthouse

  • auto-lighthouse

    • Verify that you recieve the help output
  • auto-lighthouse -u some_url -e true

How to use when contributing back to repository

  • Fork the repository
  • Navigate to the project root
  • npm install
  • npm link
  • auto-lighthouse
    • Verify help output
  • Make some changes
  • Make a pull request
  • npm unlink auto-lighthouse