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/fallow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Fallow
categories:
- linter
tags:
- javascript
- typescript
- jsx
- css
- nodejs
- ci
license: MIT
types:
- cli
- ide-plugin
source: 'https://github.com/fallow-rs/fallow'
homepage: 'https://fallow.tools'
resources:
- title: Quickstart
url: https://docs.fallow.tools/quickstart
- title: Install via npm
url: https://www.npmjs.com/package/fallow
description: >-
Rust-native static analysis for JavaScript and TypeScript. Maps a repository as one
dependency graph to find unused code and structural problems across file boundaries.
Runs from the CLI or GitHub Actions, with VS Code, LSP, MCP, and Node API integrations.
Loading