bun-add
Verified for current stable LTS
Bun Add Command: Install From Local File Or Directory
Use for install from local file or directory with Bun Add. Exact CLI syntax to install from local file or directory using Bun Add.
When to use this: Use for install from local file or directory with Bun Add.
Command Syntax
bun add file:<path/to/file_or_directory> bun add file:<path/to/file_or_directory> Command Breakdown
bun is the base executable for this command.
FAQ
Purpose: Exact syntax to install from local file or directory 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: Install Single Package
bun add <package> Bun Add Command: Install Multiple Packages bun add <package1 package2 ...> Bun Add Command: Install From Git Repository bun add <git_url> Bun Add Command: Install Specific Version bun add <package>@<version> Bun Add Command: Add Dev Dependency bun add -d <package>