1.2.2 • Published 12 months ago

lightmeup v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Lighthouse Report Generator

This package is a utility that generates Lighthouse reports for a given URL and specified categories. It utilizes the Lighthouse library to perform audits and generate HTML reports.

Installation

To use this package, you need to have Node.js and npm (Node Package Manager) installed on your system. You can install this package by running the following command:

npm install lightmeup

If you want to run the script without adding it to your project use the below npx command.

##Usage

To generate a Lighthouse report, you can run the following command:

npx lightmeup --url <url> --onlyCategories <categories>

Replace with the URL you want to audit, and with the specific categories you want to include in the report. Available categories are: performance, accessibility and seo.

For example, to generate a report for http://example.com and include the "performance" category, you would run:

npx lightmeup --url http://example.com --onlyCategories performance

The generated report will be saved in a directory with the structure url -> category

##Dependencies This package relies on the following dependencies:

fs: File system module for reading and writing files. lighthouse: Core Lighthouse library for performing audits and generating reports. chrome-launcher: Utility for launching a headless Chrome instance. yargs: Library for parsing command-line arguments. glob: Library for matching file patterns. open: Utility for opening the generated report in a browser.

##License This package is provided under the MIT License.

##Contributing Contributions to this package are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on the GitHub repository.

##Credits This package was created by Sebastian Prestele. Built on top of https://github.com/GoogleChrome/lighthouse

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.20

12 months ago

1.1.19

12 months ago

1.1.18

12 months ago

1.1.17

12 months ago

1.1.16

12 months ago

1.1.15

12 months ago

1.1.14

12 months ago

1.1.13

12 months ago

1.1.12

12 months ago

1.1.11

12 months ago

1.1.10

12 months ago

1.1.9

12 months ago

1.1.8

12 months ago

1.1.7

12 months ago

1.1.6

12 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago