bun-add
Verified for current stable LTS
Bun Add Command: Add Dev Dependency
Use for add dev dependency with Bun Add. Exact CLI syntax to add dev dependency using Bun Add.
When to use this: Use for add dev dependency with Bun Add.
Command Syntax
bun add -d <package> bun add -d <package> Command Breakdown
-d- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to add dev dependency 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 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 ...> Bun Add Command: Install Single Package bun add <package>