π¦ ClawHub
NPkill
by @ashirbadgudu
Clean up node_modules and .next folders to free up disk space using npkill. Specifically designed to help JavaScript and Next.js developers remove accumulated build artifacts that consume significant storage. Provides both interactive and automated cleanup options with safety checks to protect important system directories.
π Tips & Best Practices
1. Always run with --dry-run first to see what would be deleted 2. Review warnings carefully about protected directories marked with β οΈ 3. Use interactive mode for safer selective deletion 4. Consider excluding important project directories using --exclude if needed 5. Schedule regular cleanup to prevent massive accumulation
TERMINAL
clawhub install npkill