unreach
v1.0.0
Published
A CLI that deeply analyzes a codebase to find what exists but is truly unused — packages, imports, exports, functions, files, and even configs — with real dependency awareness
Maintainers
Readme
Unreach
A CLI that deeply analyzes a codebase to find what exists but is truly unused — packages, imports, exports, functions, files, and even configs — with real dependency awareness.
Quick Start
Installation
# Run with npx (no global install)
npx unreach@latest scan
# Or install globally
npm install -g unreachBasic Usage
# Scan current directory
unreach scan
# Scan with custom entry point(s)
unreach scan --entry src/index.ts,src/cli.ts
# Export results
unreach scan --export jsonDocumentation
For complete documentation, examples, and advanced features, visit unreach.js.org
License
MIT
"Unreach: Find what you can delete without breaking your project."
