All Projects → ssx → Skrub

ssx / Skrub

Licence: other
A package to remove junk from Composer installations and trim build sizes.

Projects that are alternatives of or similar to Skrub

Composer Cleaner
Victor The Cleaner: removes unnecessary files from vendor directory
Stars: ✭ 114 (+25.27%)
Mutual labels:  cleaner, composer, composer-plugin
Modclean
Remove unwanted files and directories from your node_modules folder
Stars: ✭ 309 (+239.56%)
Mutual labels:  disk-space, cleaner, cleanup
Aws Auto Cleanup
Open-source application to programmatically clean your AWS resources based on a whitelist and time to live (TTL) settings
Stars: ✭ 276 (+203.3%)
Mutual labels:  cleaner, cleanup
Kondo
Save disk space by cleaning non-essential files from software projects.
Stars: ✭ 373 (+309.89%)
Mutual labels:  disk-space, cleaner
Composer Normalize
🎵 Provides a composer plugin for normalizing composer.json.
Stars: ✭ 602 (+561.54%)
Mutual labels:  composer, composer-plugin
Tin Summer
Find build artifacts that are taking up disk space
Stars: ✭ 259 (+184.62%)
Mutual labels:  disk-space, cleaner
Acf Pro Installer
A composer install helper for Advanced Custom Fields PRO
Stars: ✭ 265 (+191.21%)
Mutual labels:  composer, composer-plugin
Composer Changelogs
📓 Display better summary after Composer update
Stars: ✭ 540 (+493.41%)
Mutual labels:  composer, composer-plugin
falcon
A WordPress cleanup and performance optimization plugin.
Stars: ✭ 17 (-81.32%)
Mutual labels:  cleanup, cleaner
Composer Dropin Installer
Use composer for installing dropin dependencies
Stars: ✭ 30 (-67.03%)
Mutual labels:  composer, composer-plugin
Awesome Composer
😎 A curated awesome list for Composer, Packagist, Satis, Plugins, Scripts, Composer related resources, tutorials.
Stars: ✭ 738 (+710.99%)
Mutual labels:  composer, composer-plugin
Rtorrent Cleaner
🧹 rtorrent-cleaner is a tool to clean up unnecessary files in rtorrent
Stars: ✭ 36 (-60.44%)
Mutual labels:  cleaner, composer
composer-inheritance-plugin
Opinionated version of Wikimedia composer-merge-plugin to work in pair with Bamarni composer-bin-plugin.
Stars: ✭ 20 (-78.02%)
Mutual labels:  composer, composer-plugin
wp-translation-downloader
Composer plugin to download WordPress translations
Stars: ✭ 35 (-61.54%)
Mutual labels:  composer, composer-plugin
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (-39.56%)
Mutual labels:  composer, build
Composer Registry Manager
🛠 🔨 Composer registry manager that help to easily switch to the composer repository you want.
Stars: ✭ 448 (+392.31%)
Mutual labels:  composer, composer-plugin
Unburden Home Dir
Automatically unburden $HOME from caches, etc. Useful for $HOME on SSDs, small disks or slow NFS homes. Can be triggered via an hook in /etc/X11/Xsession.d/.
Stars: ✭ 48 (-47.25%)
Mutual labels:  disk-space, cleanup
composer-velocita
Velocita - Composer plugin for transparent caching
Stars: ✭ 26 (-71.43%)
Mutual labels:  composer, composer-plugin
cyclonedx-php-composer
Create CycloneDX Software Bill of Materials (SBOM) from PHP Composer projects
Stars: ✭ 20 (-78.02%)
Mutual labels:  composer, composer-plugin
Composer Merge Plugin
Merge one or more additional composer.json files at Composer runtime
Stars: ✭ 718 (+689.01%)
Mutual labels:  composer, composer-plugin

Skrub.

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.

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 [email protected] and I'll response as soon as possible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].