Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-16 00:22:14 +00:00
parent 27996b553a
commit 0881b6bcab
25 changed files with 121 additions and 71 deletions

13
tldr/bun-pm-migrate Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# bun pm migrate
> Convert another package managers lockfile to a Bun-compatible lockfile without installing anything.
> More information: <https://bun.com/docs/pm/cli/pm#migrate>.
- Migrate the lockfile in the current project:
`bun pm migrate`