Skip to main content

Module analyzer

Module analyzer 

Source
Expand description

Project structure analyzer for convention detection.

Scans project directories to detect existing patterns and conventions, enabling smart defaults for CLI commands like make:scaffold.

Structs§

ForeignKeyInfo
Information about a detected foreign key relationship.
ProjectAnalyzer
Analyzer for detecting project conventions and patterns.
ProjectConventions
Detected project conventions and structure.

Enums§

FactoryPattern
Pattern for factory file organization.
TestPattern
Pattern for test file organization.