@codewithkyle/lightkeeper

0.1.1 • Public • Published

Lightkeeper

An automated lighthouse testing, reporting, and budgeting CLI tool.

Installation

Install the NPM package:

npm i -D @codewithkyle/lightkeeper

Add the script:

"scripts": {
    "audit": "lightkeeper"
}

Run the audit:

npm run audit

Settings

To test the same URL every time use the -u flag.

To output the lightkeeper report JSON add an output directory with the -o flag.

"scripts": {
    "audit": "lightkeeper -u https://example.com/ -o ./audits"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @codewithkyle/lightkeeper

Weekly Downloads

2

Version

0.1.1

License

GPL-3.0

Unpacked Size

48.3 kB

Total Files

5

Last publish

Collaborators

  • codewithkyle