Skip to content

Releases: GriffinCanCode/Dei

v1.0.0 - Initial Release

19 Nov 06:19
6217f54

Choose a tag to compare

Features

  • AST-based parallel file system traversal
  • God Class detection with configurable thresholds
  • God File detection (files with too many classes)
  • God Method detection (overly complex methods)
  • Semantic clustering using K-means for refactoring suggestions
  • Rich console output with tree visualization
  • Configurable thresholds via appsettings.json

Installation

brew tap GriffinCanCode/dei
brew install dei-cs

Usage

dei-cs check /path/to/your/project

Requirements

  • .NET 9.0 Runtime (automatically installed via Homebrew)