Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-24 00:26:57 +00:00
parent f70030d745
commit b18fed14e8
5 changed files with 85 additions and 2 deletions

17
tldr/bun-pm-cache Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# bun pm cache
> Manage Bun's cache.
> More information: <https://bun.com/docs/pm/cli/pm#cache>.
- Display the path to the global module cache:
`bun pm cache`
- Clear the global module cache:
`bun pm cache rm`