druidfi/composer-slimmer

Installs: 156

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 4

Type:composer-plugin

0.1.2 2023-07-31 06:28 UTC

This package is auto-updated.

Last update: 2024-04-16 05:27:18 UTC


README

Run tests

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.

Resources