Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions data/tools/ast-metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: AST Metrics
categories:
- linter
tags:
- csharp
- go
- java
- php
- python
- rust
- typescript
license: MIT License
types:
- cli
source: 'https://github.com/ast-metrics/ast-metrics'
homepage: 'https://ast-metrics.dev'
description: >-
Multi-language maintainability analyzer. Computes cyclomatic and cognitive
complexity, Halstead volume, afferent/efferent coupling and maintainability
index, detects communities in the dependency graph, and generates an
explorable HTML report plus JSON, Markdown, SARIF and OpenMetrics output.
Single fast binary with no runtime dependency, and a built-in MCP server so AI
agents can query codebase structure before refactoring.
demos:
- https://analyze.ast-metrics.dev
Loading