class Bun implements NodePackageManager

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

at line 14
static bool matches()

Determine if the Bun package manager is in use.

Return Value

bool

at line 22
string getRunCommand(string $command)

Get the command to run a script using Bun.

Parameters

string $command

Return Value

string

at line 30
string getExecCommand(string $command)

Get the command to execute a package using Bun.

Parameters

string $command

Return Value

string