devclean-cli 0.5.0

Audit and safely remove rebuildable development artifacts
Documentation
1
2
3
4
5
6
7
8
9
10
# DevCleaner for VS Code

The extension exposes one left-aligned workspace status item and four commands:

- scan the current local workspace;
- open a standalone HTML report;
- preview cleanup with `clean --dry-run`;
- clean only after a modal confirmation that follows the visible dry-run.

It launches `devclean` directly with an argument array and never invokes a shell. Configure `devclean.executable` when the binary is not on `PATH`.