Skip to content

Commit 7e6650a

Browse files
committed
Add nestjs-doctor - static analysis tool for NestJS
1 parent 4ef3d02 commit 7e6650a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

data/tools/nestjs-doctor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: nestjs-doctor
2+
categories:
3+
- linter
4+
tags:
5+
- typescript
6+
- javascript
7+
license: MIT License
8+
types:
9+
- cli
10+
- ide-plugin
11+
source: "https://github.com/RoloBits/nestjs-doctor"
12+
homepage: "https://github.com/RoloBits/nestjs-doctor"
13+
description: >-
14+
Static analysis tool for NestJS applications. Detects anti-patterns across
15+
security, performance, correctness, and architecture with 30+ built-in rules.
16+
Outputs a 0-100 health score. Includes module graph visualization, endpoint
17+
dependency graphs, and database schema analysis. CLI and VS Code extension.

0 commit comments

Comments
 (0)