ssx/skrub

Skrub can help to clear some disk space.

Maintainers

Details

github.com/ssx/skrub

Source

Issues

Installs: 18 734

Dependents: 0

Suggesters: 0

Security: 0

Stars: 85

Watchers: 3

Forks: 2

Open Issues: 4

Type:composer-plugin

v1.0.3 2019-10-23 19:54 UTC

This package is auto-updated.

Last update: 2024-04-10 22:44:44 UTC


README

Skrub is a composer plugin that will remove useless files and free up some space, especially useful when trying to keep Docker images small. A lot of OSS project owners use .gitattributes to strip junk out but the majority don't.

Installation

Just run composer require ssx/skrub and you're good to go.

Usage

composer skrub will list the files Skrub feels it can safely remove and the total disk space that can be regained.

Adding --perform to the command will actually delete the files & directories from your system.

asciicast

Warranty, Disclaimer etc.

This is a plugin that will perform a deletion command on your system. The author is in no way liable for any data loss arising from its use or if it deletes unexpected files. Pay attention to the files Skrub lists.

Security Issues

If you discover a security issue with Skrub, please email scott@dor.ky and I'll response as soon as possible.