bun-add
Verified for current stable LTS
Bun Add Command: Install Single Package
Use for install single package with Bun Add. Exact CLI syntax to install single package using Bun Add.
When to use this: Use for install single package with Bun Add.
Command Syntax
bun add <package> bun add <package> Command Breakdown
bun is the base executable for this command.
FAQ
Purpose: Exact syntax to install single package using Bun Add.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Bun Add Command: Add Dev Dependency
bun add -d <package> Bun Add Command: Add Package Globally bun add -g <package> Bun Add Command: Install From Git Repository bun add <git_url> Bun Add Command: Install From Local File Or Directory bun add file:<path/to/file_or_directory> Bun Add Command: Install Multiple Packages bun add <package1 package2 ...>