sweepstacx
Version:
Repo sweeper for modern dev stacks: scan, report, patch.
21 lines (15 loc) • 778 B
Markdown
# SweepstacX
[](https://www.npmjs.com/package/sweepstacx)
[](https://github.com/5647383z-collab/SweeperstacX/actions)
[](LICENSE)
[](docs/consulting.md)
**Repo sweeper for modern dev stacks.**
Scan, report, and patch dead code, unused imports, duplicate logic, and stale configs — keep your repos lean and production-ready.
## Quick Start
```bash
npm i -g sweepstacx
sweepstacx check --path . | jq .stats
sweepstacx scan
sweepstacx report
sweepstacx patch --apply