bunx
all
Execute a package binary (installed locally or fetched remotely). Note: `bun x` can be used as an alias for `bunx`.
More info →Options (1)
-p, --packagebooleanExecute a binary that has a different name than its package
Example:
bunx {{[-p|--package]}} {{package_name}} {{command}}Examples (5)
Download and execute a package from the registry
bunx package_name "command_argument"Check the version of a locally installed package (if found)
bunx package_name --versionForce an executable to run with the Bun runtime (instead of Node)
bunx --bun package_nameDownload and execute a specific version of a package
bunx package_name@version "command_argument"made by @shridhargupta | data from tldr-pages