tavy315 / composer-cleanup-plugin
A composer cleanup plugin, to remove tests and documentation to save space based on barryvdh/composer-cleanup-plugin
Installs: 593
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:composer-plugin
Requires
- php: >=5.5.9
- composer-plugin-api: ^1.0
This package is not auto-updated.
Last update: 2020-03-03 11:19:52 UTC
README
Remove tests & documentation from the vendor dir.
Usually disk size shouldn't be a problem, but when you have to use FTP to deploy or have very limited disk space, you can use this package to cut down the vendor directory by deleting files that aren't used in production (tests/docs etc).
Note: This package is still experimental, usage in production is not recommended. In normal circumstances, you shouldn't care about disk space! Try deploying with SSH/Git instead.
Install
Require this package in your composer.json:
"tavy315/composer-cleanup-plugin": "dev-master"
Adding rules
Please submit a PR to src/CleanupRules.php to add more rules for packages. Make sure you test them first, sometimes tests dirs are classmapped and will error when deleted.