NM Clean
Jan 2026CLI tool to scan for node_modules directories, calculate their sizes, and interactively delete selected ones.
Tech Stack
Golang
Overview
NM Clean is a CLI tool to scan your filesystem recursively for node_modules directories, calculate their sizes, and interactively delete selected ones. It features an interactive terminal UI, supports dry-run mode, and ensures safe deletion with confirmation.
Technical Details
- •Scans filesystem recursively for node_modules directories
- •Interactive terminal UI for selection and deletion
- •Supports dry-run mode
- •Safe deletion with confirmation