Skip to content

Commit ecd04dc

Browse files
Fix UTF-8 encoding (mojibake) and update branding to DevForge
1 parent 46330c8 commit ecd04dc

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# DeadCode
1+
# DeadCode
22

33
[![GitHub stars](https://img.shields.io/github/stars/Coding-Dev-Tools/deadcode?style=social)](https://github.com/Coding-Dev-Tools/deadcode/stargazers)
44
[![Awesome DevOps](https://img.shields.io/badge/Awesome_DevOps-Submitted-grey?logo=github)](https://github.com/wmariuss/awesome-devops)<!-- PR #433 -->
55

66
**Detect and remove unused exports, dead routes, orphaned CSS, and unreferenced components in TypeScript/React/Next.js projects.**
77

8-
> ⭐ **Star this repo** if you care about bundle size — it helps other devs find DeadCode!
8+
> **Star this repo** if you care about bundle size it helps other devs find DeadCode!
99
1010
[![PyPI](https://img.shields.io/pypi/v/deadcode)](https://pypi.org/project/deadcode/)
1111
[![Python](https://img.shields.io/pypi/pyversions/deadcode)](https://pypi.org/project/deadcode/)
@@ -78,13 +78,13 @@ deadcode stats
7878

7979
## Features
8080

81-
- **Unused export detection** — finds functions, types, classes, interfaces, enums, and consts that are exported but never imported within your project
82-
- **Dead route detection** — detects unreachable page components in Next.js App Router projects
83-
- **Orphaned CSS detection** — finds CSS module classes that are defined but never referenced in TSX/JSX files
84-
- **Safe auto-removal** — `--dry-run` preview mode shows exactly what will be deleted before making changes
85-
- **Full-project AST analysis** — regex-based scanning covers export/import patterns, route detection, CSS class usage, and component references across your entire codebase
86-
- **Monorepo support** — handles large projects efficiently with ignore patterns
87-
- **CI integration** — JSON output for automated pipelines and gating
81+
- **Unused export detection** finds functions, types, classes, interfaces, enums, and consts that are exported but never imported within your project
82+
- **Dead route detection** detects unreachable page components in Next.js App Router projects
83+
- **Orphaned CSS detection** finds CSS module classes that are defined but never referenced in TSX/JSX files
84+
- **Safe auto-removal** `--dry-run` preview mode shows exactly what will be deleted before making changes
85+
- **Full-project AST analysis** regex-based scanning covers export/import patterns, route detection, CSS class usage, and component references across your entire codebase
86+
- **Monorepo support** handles large projects efficiently with ignore patterns
87+
- **CI integration** JSON output for automated pipelines and gating
8888

8989
## Ignore Patterns
9090

@@ -96,38 +96,38 @@ Default ignores: `node_modules/`, `.git/`, `.next/`, `dist/`, `build/`, `public/
9696

9797
## Pricing
9898

99-
DeadCode is one of eight tools in the Revenue Holdings suite. One license covers all CLI tools.
99+
DeadCode is one of eight tools in the DevForge suite. One license covers all CLI tools.
100100

101101
| Plan | Price | Best For |
102102
|------|-------|----------|
103-
| **Free** | $0 | Individual devs, OSS — CLI only, rate-limited |
104-
| **DeadCode Individual** | **$12/mo** ($10 billed annually) | Professional devs — unlimited scans, auto-removal, CI integration |
105-
| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full Revenue Holdings toolkit — 40% savings |
106-
| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs — trend analytics, shared baselines, alerts |
103+
| **Free** | $0 | Individual devs, OSS CLI only, rate-limited |
104+
| **DeadCode Individual** | **$12/mo** ($10 billed annually) | Professional devs unlimited scans, auto-removal, CI integration |
105+
| **Suite (all 8 tools)** | **$49/mo** ($39 billed annually) | Full DevForge toolkit 40% savings |
106+
| **Team** | **$79/mo** ($63 billed annually) | Up to 5 devs trend analytics, shared baselines, alerts |
107107
| **Enterprise** | Custom | SSO, RBAC, compliance reports, dedicated support |
108108

109-
🔹 **No lock-in**: CLI works fully offline on the free tier — no telemetry, no phone-home.
110-
🔹 **Annual billing**: Save 20%.
109+
🔹 **No lock-in**: CLI works fully offline on the free tier no telemetry, no phone-home.
110+
🔹 **Annual billing**: Save 20%.
111111

112112
### Per-Tier Features
113113

114114
| Feature | Free | Individual | Suite | Team | Enterprise |
115115
|---------|:----:|:----------:|:-----:|:----:|:----------:|
116-
| CLI: scan, stats | ✓ | ✓ | ✓ | ✓ | ✓ |
117-
| All 3 scanner categories | — | ✓ | ✓ | ✓ | ✓ |
118-
| Auto-removal (`deadcode remove`) | — | ✓ | ✓ | ✓ | ✓ |
119-
| Unlimited file scanning | — | ✓ | ✓ | ✓ | ✓ |
120-
| CI/CD integration (JSON output) | — | ✓ | ✓ | ✓ | ✓ |
121-
| Project trend baselines | — | — | — | ✓ | ✓ |
122-
| Dashboard & analytics | — | — | — | ✓ | ✓ |
123-
| Compliance reports | — | — | — | — | ✓ |
124-
| RBAC / SSO / SAML / OIDC | — | — | — | — | ✓ |
116+
| CLI: scan, stats | | | | | |
117+
| All 3 scanner categories | | | | | |
118+
| Auto-removal (`deadcode remove`) | | | | | |
119+
| Unlimited file scanning | | | | | |
120+
| CI/CD integration (JSON output) | | | | | |
121+
| Project trend baselines | | | | | |
122+
| Dashboard & analytics | | | | | |
123+
| Compliance reports | | | | | |
124+
| RBAC / SSO / SAML / OIDC | | | | | |
125125
| Priority support | Community | 24h | 24h | 8h | Dedicated |
126126

127127
---
128128

129129
<p align="center">
130-
<sub>Part of <a href="https://coding-dev-tools.github.io/revenueholdings.dev/">Revenue Holdings</a> — CLI tools built by autonomous AI.</sub>
130+
<sub>Part of <a href="https://coding-dev-tools.github.io/devforge.dev/">DevForge</a> CLI tools built by autonomous AI.</sub>
131131
</p>
132132

133133
## CI/CD Integration
@@ -171,8 +171,8 @@ CLI flags override config file settings.
171171
172172
## Storage
173173
174-
- `.deadcode.yml` — project configuration (ignore patterns, categories)
175-
- `deadcode-baseline.json` — saved scan results for trend tracking
174+
- `.deadcode.yml` project configuration (ignore patterns, categories)
175+
- `deadcode-baseline.json` saved scan results for trend tracking
176176

177177
## Roadmap
178178

0 commit comments

Comments
 (0)