lighthouse-pharos

0.4.8 • Public • Published

Pharos Travis build status

Run Multiple Versions of Lighthouse on Windows / Mac OS / Linux

Requirements

You must have lighthouse installed either locally or globally for this package to work.

Installation

To install Pharos using NPM:

npm i lighthouse-pharos

To install Pharos using Yarn:

yarn add lighthouse-pharos

Usage

You can use Pharos by passing in the urls you want to test:

pharos --sites https://airhorner.com/,https://www.pokedex.org/ --output=html

If you would like the output files to be in JSON then add the output flag, by default it outputs HTML:

pharos --sites https://airhorner.com/,https://www.pokedex.org/ --output=json

Package Sidebar

Install

npm i lighthouse-pharos

Weekly Downloads

5

Version

0.4.8

License

MIT

Unpacked Size

45.2 kB

Total Files

6

Last publish

Collaborators

  • elliotevans