Crate clean_dev_dirs

Source
Expand description

§clean-dev-dirs

A fast and efficient CLI tool for recursively cleaning Rust target/ and Node.js node_modules/ directories to reclaim disk space.

This library provides the core functionality for the clean-dev-dirs CLI tool, allowing for scanning, filtering, and cleaning development project build artifacts.

Modules§

cli
Command-line interface definition and argument parsing.
project
Project detection and management functionality.
scanner
Directory scanning and project detection functionality.