mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 07:00:35 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/bun-pm-migrate
Normal file
13
tldr/bun-pm-migrate
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bun pm migrate
|
||||
|
||||
> Convert another package manager’s 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`
|
||||
Reference in New Issue
Block a user