search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Bun Add Commands
7 bun-add entries
Limited to 100 results
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>