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
23 changes: 23 additions & 0 deletions data/tools/fallow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: fallow
categories:
- linter
tags:
- javascript
- typescript
- jsx
- nodejs
- vue
license: MIT
types:
- cli
source: "https://github.com/fallow-rs/fallow"
homepage: "https://fallow.tools"
description: >-
Codebase intelligence for TypeScript and JavaScript. Detects unused
files, exports, dependencies, types, enum and class members,
unresolved imports, circular dependencies, code duplication,
boundary violations, and complexity hotspots. Ships framework
plugins for Next.js, Vite, Svelte, Astro, and Vue. Outputs human,
JSON, SARIF, CodeClimate, compact, and markdown, and integrates
with GitHub Actions, GitLab CI, VS Code, LSP, and MCP. Written
in Rust.
Loading