https://github.com/woubuc/sweep
Reduce the disk usage of your projects by removing dependencies & builds
https://github.com/woubuc/sweep
cleanup dependencies disk-space java nodejs rust
Last synced: 6 months ago
JSON representation
Reduce the disk usage of your projects by removing dependencies & builds
- Host: GitHub
- URL: https://github.com/woubuc/sweep
- Owner: woubuc
- License: mit
- Created: 2018-04-12T21:38:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T13:14:18.000Z (about 1 year ago)
- Last Synced: 2025-03-28T16:11:15.161Z (6 months ago)
- Topics: cleanup, dependencies, disk-space, java, nodejs, rust
- Language: Rust
- Homepage: https://sweep.woubuc.be
- Size: 1.9 MB
- Stars: 179
- Watchers: 3
- Forks: 17
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sweep
[](https://www.npmjs.com/package/swp)
[](https://crates.io/crates/swp)
[](https://github.com/woubuc/sweep/releases/latest)
[](https://github.com/woubuc/sweep/blob/master/LICENSE)
[](https://github.com/woubuc/sweep/actions)Sweep (`swp`) finds old projects that haven't been changed in more than a month. It will clean up and remove unnecessary directories containing libraries, dependencies, builds, etc. These files can easily be re-generated at any time by running install or build commands, and if you haven't worked on the project in a while you probably don't need them taking up space right now.

## How to use
Head on over to [the documentation](https://sweep.woubuc.be).## Contributions welcome
This project welcomes contributions of any kind, whether you want to add new features, improve the documentation or just want to give some feedback.## License
Sweep is published under the MIT license. See
the LICENSE file for more information.