Bun
class Bun implements NodePackageManager (View source)
Methods
static bool
matches()
Determine if the Bun package manager is in use.
string
getRunCommand(string $command)
Get the command to run a script using Bun.
string
getExecCommand(string $command)
Get the command to execute a package using Bun.
Details
static bool
matches()
Determine if the Bun package manager is in use.
string
getRunCommand(string $command)
Get the command to run a script using Bun.
string
getExecCommand(string $command)
Get the command to execute a package using Bun.