bun.lockb2repo
v0.0.2
Published
Convert bun.lockb to a repository with package.json, and workspace package.json files if present
Downloads
3
Readme
bun.lockb2repo
Print a bun.lockb file as a package.json file
bunx bun.lockb2repo <path-to-folder-containing-bun.lockb>
Write a package.json file from a bun.lockb file to a specific folder, and also any workspace package.json files:
bunx bun.lockb2repo <path-to-folder-containing-bun.lockb> [optional output folder]
How long will this work for?
No guarantees! This uses an API we only expose for internal testing purposes.
This project was created using bun init
in bun v1.1.27. Bun is a fast all-in-one JavaScript runtime.