bun-add
Verified for current stable LTS
Bun Add Commands
Bun Add command syntax with verified terminal examples.
Commands
7 commands for Bun Add
bun-add Operations
Bun Add Command: Add Dev Dependency
bun add -d <package> bun-add Operations
Bun Add Command: Add Package Globally
bun add -g <package> bun-add Operations
Bun Add Command: Install From Git Repository
bun add <git_url> bun-add Operations
Bun Add Command: Install From Local File Or Directory
bun add file:<path/to/file_or_directory> bun-add Operations
Bun Add Command: Install Multiple Packages
bun add <package1 package2 ...> bun-add Operations
Bun Add Command: Install Single Package
bun add <package> bun-add Operations
Bun Add Command: Install Specific Version
bun add <package>@<version> Suggest a Bun Add Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Bun Add workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.