dep-reaper
v1.1.0
Published
Hunt down and execute unused dependencies bloated in your package.json.
Maintainers
Readme
💀 Dep Reaper
Execute the dead weight in your node_modules.
We all install packages and forget about them. Over time, your package.json becomes bloated with unused dependencies.
dep-reaper scans your entire project, identifies packages in your package.json that are literally never imported in your code, and then prompts you with a gorgeous interactive UI asking: "Do you want to execute (uninstall) all of these dead dependencies right now?"
🚀 Usage
No installation required! Just run it directly inside your project directory using npx:
npx dep-reaperOr, install it globally:
npm install -g dep-reaperThen run it in any directory:
dep-reaper🛠️ Built With
- Node.js
- Inquirer
- Depcheck
- Picocolors
📜 License
MIT License. Created by @lakshanmuruganandam.
