gatsby-lighthouse-cli
v0.0.1
Published
 
Readme
gatsby-lighthouse-cli
Run lighthouse on your gatsby app locally. Inspired by https://github.com/ivanoats/gatsby-lighthouse.
How to use it
yarn add gatsby-lighthouse-cli --devIt 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
