bun-package-manager

Community

Manage dependencies 25x faster with Bun's package manager.

Authorzacharyr0th
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides expert knowledge of Bun's package manager, addressing the common pain points of slow dependency installation and complex monorepo management with traditional tools like npm or Yarn. It offers a significantly faster and more efficient solution for all your dependency needs.

Core Features & Use Cases

  • Ultra-Fast Installation: Install, add, remove, and update packages with bun install, boasting speeds up to 25x faster than npm.
  • Monorepo Workspaces: Seamlessly manage dependencies across multiple packages within a monorepo, simplifying complex project structures.
  • Efficient Lockfile: Utilize bun.lockb, a binary lockfile that is 10x smaller and faster to read/write than package-lock.json, ensuring deterministic installs.
  • Use Case: "I'm migrating a large monorepo from Yarn to Bun. Show me how to set up workspaces in package.json and install all dependencies using bun install."

Quick Start

Install all dependencies for the current project using Bun, then add lodash as a new dependency.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bun-package-manager
Download link: https://github.com/zacharyr0th/next-starter/archive/main.zip#bun-package-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository