/java-project-72

Page Analyzer is a site that analyzes specified pages for SEO suitability

Primary LanguageJava

Page Analyzer

Actions Status CI Maintainability Test Coverage

This is a demo application designed for checking the SEO suitability of a website.

Usage

Build

To build the application, run:

make build

Install

To install the application, run:

make install

Lint

To perform linting using Checkstyle, run:

make lint

Test

To run tests, execute:

make test

Generate Report

To generate a test report, run:

make report