Tag: dev-cache

52 script(s) tagged “dev-cache”

๐ŸŸฃ C# / .NET 6+

Get The NuGet packages cache Size Report (C#)

Recursively sums the size of the NuGet packages cache, read-only (no deletion).

๐Ÿ“Š VBA (Excel)

Clean Up The pip download cache (VBA)

Deletes every file in the pip download cache after a confirmation prompt, using Scripting.FileSystemObject from Excel Vโ€ฆ

๐Ÿ“Š VBA (Excel)

Clean Up The NuGet packages cache (VBA)

Deletes every file in the NuGet packages cache after a confirmation prompt, using Scripting.FileSystemObject from Excelโ€ฆ

๐Ÿ–ฅ๏ธ Batch (CMD)

Clean Up The npm cache (Batch)

Clears the npm cache after a confirmation prompt, with a /silent mode for scheduled tasks.

๐Ÿ Python 3.10+

Get The VS Code cache folder Size Report (Python)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

๐Ÿ“Š VBA (Excel)

Report Size of The VS Code cache folder (VBA)

Reports the total size and top-level file count of the VS Code cache folder using Scripting.FileSystemObject, straight โ€ฆ

๐Ÿ Python 3.10+

Backup The NuGet packages cache to Zip (Python)

Zips up the current contents of the NuGet packages cache before you run a cleanup against it.

๐Ÿ“Š VBA (Excel)

Report Size of The pip download cache (VBA)

Reports the total size and top-level file count of the pip download cache using Scripting.FileSystemObject, straight frโ€ฆ

๐Ÿ Python 3.10+

Clean Up The VS Code cache folder (Python)

Reports the size of the VS Code cache folder and optionally clears it out. Dry-run by default.

๐Ÿ“Š VBA (Excel)

List Files in The VS Code cache folder (VBA)

Lists every file in the VS Code cache folder with size and last-modified date directly on the active worksheet, using Sโ€ฆ

โšก PowerShell 5.1+

Get The npm cache Size Report

Reports how much disk space the npm cache is currently using, read-only (no deletion).

๐Ÿ–ฅ๏ธ Batch (CMD)

Clean Up The pip download cache (Batch)

Clears the pip download cache after a confirmation prompt, with a /silent mode for scheduled tasks.