Laravel devs, how many GBs is your vendor and node_modules dirs eating right now? 😅
I got tired of it too and made a clean little TUI (cnkill) that I point to my projects directory and it helps me clean all of them.
I know `npx npkill` exists but this offers a bit more.
I prepered a small feed for you 👇
Back
•
In response to @abdelhamid
With cnkill, you get a fast scan of your projects directory, even if it was Huge.
You get a paginated list, easy to navigate by all arrow keys and sortable by order of discovery, name, size and last modified.
When you find the project to delete just hit [Space].
•
You can also check how much package Managers are consuming of your storage and clean them up.
•
I would love to thank @nunomaduro for making laravel zero, this would've been much more difficult without it.