Releases: igaaoo/Dev-Cleaner
Releases · igaaoo/Dev-Cleaner
Dev Cleaner v1
🧹 Node/JS Project Folder Cleaner
This release provides a simple tool to clean up common folders in JavaScript/Node projects that often accumulate large numbers of files and take up a lot of disk space.
✨ Features
- 🔍 Recursive search for folders like
node_modules,.next,dist,build, andcoverage - 🚫 Skips unnecessary subfolders — once a target folder is found, it’s marked for deletion without scanning deeper
- 🧠 Smart filtering to avoid deleting nested duplicates (e.g., a
buildfolder inside anotherbuild) - ⏳ Modification date check — recently modified projects will ask for confirmation before deletion
- 📄 Final report with:
- Total folders deleted
- Total space freed
- Affected paths
- 🌐 Multilingual interface (Portuguese/English), with automatic system language detection
- 💻 .exe version included for easy use without needing to run PowerShell manually
🧪 How to Use
You can either:
- Run the
.ps1script directly with PowerShell - Or use the
.exeversion included in this release
No installation needed! Great for quick cleanups and keeping your dev environment tidy 👌
📌 Requirements (for script usage)
- PowerShell 5.1+ (Windows)
- Permission to delete folders in the target directory
Feel free to open issues, suggest improvements, or submit pull requests!