Codemaat CLI Commands for Analysis
This document provides a guide for developers to run Codemaat-related analyses using the CLI commands available in the software-metrics-machine project. Each command is categorized by its functionality.
Code Churn Analysis
Run Code Churn Analysis
bash
./run-cli.sh codemaat code-churnAnalyzes the code churn in the repository.
Coupling Analysis
Run Coupling Analysis
bash
./run-cli.sh codemaat couplingAnalyzes the coupling between entities in the repository.
Entity Churn Analysis
Run Entity Churn Analysis
bash
./run-cli.sh codemaat entity-churnAnalyzes the churn of entities in the repository.
Entity Effort Analysis
Run Entity Effort Analysis
bash
./run-cli.sh codemaat entity-effortAnalyzes the effort spent on entities in the repository.
Entity Ownership Analysis
Run Entity Ownership Analysis
bash
./run-cli.sh codemaat entity-ownershipAnalyzes the ownership of entities in the repository.