0.0.1 • Published 5 years ago

gatsby-lighthouse-cli v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

gatsby-lighthouse-cli

npm license

Run lighthouse on your gatsby app locally. Inspired by https://github.com/ivanoats/gatsby-lighthouse.

How to use it

yarn add gatsby-lighthouse-cli --dev

It exposes the functionality through a binary, which you can call e.g. in your package json scripts:

{
  "scripts": {
    "lighthouse": "gatsby-lighthouse --performance=100 --accessibility=100"
  }
}

CLI Args

TODO

Config

TODO

How does it work?

TODO