# bun-patterns > Bun package manager and runtime best practices - Author: Jason Docton - Repository: JasonDocton/rad-claude - Version: 20251120125244 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/JasonDocton/rad-claude - Web: https://mule.run/skillshub/@@JasonDocton/rad-claude~bun-patterns:20251120125244 --- --- name: bun-patterns description: Bun package manager and runtime best practices --- # Bun Patterns **Purpose**: Efficient use of Bun as package manager and JavaScript runtime - Keywords: bun, bun.lockb, bunfig.toml, package manager, dependencies, runtime, Bun.file, Bun.write ## Quick Reference | Task | Command | Notes | |------|---------|-------| | Install | `bun install` | Fast, disk-cached | | Add package | `bun add ` | Gets latest | | Add dev | `bun add -d ` | Dev dependency | | Remove | `bun remove ` | Updates lockfile | | Run script | `bun run