🔍 A CLI tool to detect unused exports/declarations in JS/TS project
npm install deadcode-detector.ts, .tsx, .js, .jsx
bash
npm install -g deadcode-detector
`
$3
`bash
npx deadcode-detector
`
Usage
`bash
deadcode
`
- : Path to your project root
Example
`bash
deadcode ./my-app
``