bunpare
v1.1.1
Published
A simple prepare script for bun.lockb
Downloads
380
Readme
bunpare
bunpare
is a tool to configure git for Bun's lockfile.
This library has zero dependencies!
Prerequisites
- Bun must be installed and available in your PATH.
- git must be installed and available in your PATH.
- The script must be run inside a Git repository.
CLI
Run the script in your project directory:
bunx bunpare
Configure per project
You can execute the script automatically when you run bun install
by adding the following to your package.json
:
{
// ...
"scripts": {
"prepare": "npx bunpare"
}
// ...
}
What it does
Configure for git diff
Bun's lockfile automatically