mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 10:52:30 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/bun-pm-cache
Normal file
17
tldr/bun-pm-cache
Normal 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`
|
||||
Reference in New Issue
Block a user