Download the PHP package hylkereinders/killposer without Composer
On this page you can find all versions of the php package hylkereinders/killposer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hylkereinders/killposer
More information about hylkereinders/killposer
Files in hylkereinders/killposer
Package killposer
Short Description Find and delete composer-created /vendor/ directories that you do not need any more.
License MIT
Informations about the package killposer
Killposer
Easy way to find and delete composer-created /vendor/
directories that you do not need any more.
This is a cli-tool to find Composer-created vendor directories on your system, list their path and size, and it allows you delete ones that you don't need to free up storage space.
The project is inspired by npkill.
Installation
Install Killposer globally with Composer:
You have to make sure that global Composer binary directory is in your PATH
. See Composer docs.
On a Unix system run the following command:
Usage
Having installed it globally you may now use killposer
binary:
Use W
and S
keys to move up/down, K
to delete the selected vendor and Q
to quit.
Command options
--path
,-p
to specify the directory to search, default value is current directory,./
--byte-format
,-f
available formats are:kib
,mib
(the default one),gib
--byte-threshold
,-t
if for some reason you have no interest in the exact size of your vendors, you may set a threshold after which file size won't be calculated
Example
Search vendors in PhpProjects
All versions of killposer with dependencies
ext-readline Version *
symfony/filesystem Version ^7.0
symfony/console Version ^7.0