druidfi / composer-slimmer
Installs: 156
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:composer-plugin
Requires
- php: ^8.0
- composer-plugin-api: ^2.0
Requires (Dev)
- composer/composer: ^2.0
README
Plan of Cleanup
- Remove listed folders (so we don't need to search inside them)
- Find all files with patterns e.g. *.{md,txt,rst,dist}
- Make list of files to be removed from found files and listed files
- Remove files
- Report the size of removed files and folders
How to test
Require Plugin in the project and accept plugin:
composer require druidfi/composer-slimmer
Clean projects vendor and other folders loaded by Composer.
Then test installing with Composer Slimmer plugin (-v
flag is for verbose output):
composer install -v
At the end you should see how much space was saved.