RStrydom / auto-lighthouse

A utility package for automating lighthouse reporting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

How to use consume 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

About

A utility package for automating lighthouse reporting

License:GNU General Public License v3.0


Languages

Language:HTML 96.7%Language:JavaScript 3.3%