Skip to content
/ sweep Public

Reduce the disk usage of your projects by removing dependencies & builds

License

Notifications You must be signed in to change notification settings

woubuc/sweep

Repository files navigation

Sweep

npm View on Crates.io Download License Test Status

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.

Screenshot

How to use

Head on over to the documentation.

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.