File SystemPackage Manager
Migrate from npm install to bun install
bun install is a fast, Node.js-compatible npm client.
Generate a yarn-compatible lockfile
Bun v1.1.39 introduced bun.lock , a JSONC-formatted lockfile. It is human-readable and git-diffable without configuration, at no cost to performance. In 1.2.0+
Configure git to diff Bun's lockb lockfile
Bun v1.1.39 introduced bun.lock , a JSONC formatted lockfile. bun.lock is human-readable and git-diffable without configuration, at no cost to performance. In