0.5.2 • Published 4 years ago

danger-plugin-lighthouse v0.5.2

Weekly downloads
316
License
MIT
Repository
github
Last release
4 years ago

danger-plugin-lighthouse

Build Status npm version semantic-release

Takes lighthouse JSON data and makes it a pretty table

It's pretty basic right now, but there's space for growth!

Usage

Install:

yarn add danger-plugin-lighthouse --dev

At a glance:

// dangerfile.js
import lighthouse from 'danger-plugin-lighthouse'

// Defaults to looking in ./results for JSON files
lighthouse()

Example output:

Lighthouse Scores

/
PerformanceAccessibilityBest PracticesSEOProgressive Web App
0.990.850.930.820.52
/tsconfig
PerformanceAccessibilityBest PracticesSEOProgressive Web App
0.940.880.930.790.52
/docs/handbook/integrating-with-build-tools.html
PerformanceAccessibilityBest PracticesSEOProgressive Web App
0.960.870.930.730.52

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.0.1

4 years ago