run

Run an npx command.

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

Capabilities

CapabilityInfo
Cachelocal
Bachno

Argument Reference

The following arguments are supported:

  • package - (Optional) Package to exec.
  • args - (Optional) Arguments to pass to npx.
Last updated on