Metadata-Version: 2.4
Name: voom-cli
Version: 0.3.1
Summary: Fast, safe, parallel build-artifact pruning across every major language ecosystem
Author-email: Na'aman Hirschfeld <nhirschfeld@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Goldziher/voom
Project-URL: Documentation, https://github.com/Goldziher/voom#readme
Project-URL: Repository, https://github.com/Goldziher/voom.git
Project-URL: Issues, https://github.com/Goldziher/voom/issues
Project-URL: Changelog, https://github.com/Goldziher/voom/blob/main/CHANGELOG.md
Keywords: clean,cleanup,build-artifacts,disk-space,monorepo,cli,prune,rust
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi>=2024.7.4
Dynamic: license-file

# voom-cli

Fast, safe, parallel build-artifact pruning across every major language ecosystem.

```bash
pip install voom-cli
voom --dry-run ~
```

Or without installing:

```bash
uvx --from voom-cli voom --dry-run ~
```

The first run downloads the prebuilt `voom` binary for your platform from the
[GitHub release](https://github.com/Goldziher/voom/releases) matching this package's version
and caches it under `~/.cache/voom/`. Set `VOOM_BINARY` to point at your own build instead.

**voom deletes by default.** Use `--dry-run` to preview. It never removes a directory without
a marker file proving its ecosystem, and it never touches `node_modules/`.

Full documentation: <https://github.com/Goldziher/voom>
