devspace-sweeper-0.1.5 is not a library.
<<<<<<< HEAD
devspace-sweeper
=======
DevSpace Sweeper
A tiny cross-platform CLI that finds and safely cleans dev junk across your projects to reclaim disk space and speed up tools.
Features
- Scan for large/duplicated build outputs and caches (language-agnostic)
- Safety-first cleaning with dry-run by default
- Simple YAML recipes for patterns; easy to extend
- Markdown report generation
Install
Build from source (requires Rust):
Or run in place:
Usage
# Scan current directory
# Suggest cleanup candidates
# Dry-run clean older than 30 days
# Actually clean (careful!)
# Generate report
Recipes
Edit recipes/default.yml or pass --recipes path/to/custom.yml.
Roadmap
- Windows support
- .gitignore hints and CI cache suggestions
- Interactive TUI mode
License
MIT
3679f1d (init: devspace-sweeper MVP)