dpagini / blt-lighthouse

Integrate the Google Lighthouse library with BLT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BLT Lighthouse integration

This is an Acquia BLT plugin providing Lighthouse integration.

Installation and usage

Pre-requisites

  • lighthouse npm module installed
  • Drupal project using BLT > 10

In your project, require the plugin with Composer:

composer require dpagini/blt-lighthouse

Initialize the Lighthouse integration by calling recipes:ci:lighthouse:init, which is provided by this plugin:

$ blt recipes:ci:lighthouse:init

About

Integrate the Google Lighthouse library with BLT.