mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 16:48:53 +00:00
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
---
|
||
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`
|