run

Executes a package binary via npx --yes.

@npx run {
    package = "hello-world-npm"
    args = ""
}

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • package - (Optional) Package to execute.
  • args - (Optional) Arguments forwarded to the package.
Last updated on