Skip to content

Releases: igaaoo/Dev-Cleaner

Dev Cleaner v1

06 Apr 21:45

Choose a tag to compare

🧹 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, and coverage
  • 🚫 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 build folder inside another build)
  • 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 .ps1 script directly with PowerShell
  • Or use the .exe version 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!