Skip to content

Conversation

suzuki-shunsuke
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke commented Sep 1, 2025

Close #40816

$ bunx --help
Usage: bunx [flags] <package><@version> [flags and arguments for the package]
Execute an npm package executable (CLI), automatically installing into a global shared cache if not installed in node_modules.

Flags:
  --bun                  Force the command to run with Bun instead of Node.js
  -p, --package <package>    Specify package to install when binary name differs from package name
  --no-install           Skip installation if package is not already installed
  --verbose              Enable verbose output during installation
  --silent               Suppress output during installation

Examples:
  bunx prisma migrate
  bunx prettier foo.js
  bunx -p @angular/cli ng new my-app
  bunx --bun vite dev foo.js

I tried https://bun.com/install .
It installed bun and bunx into ~/.bun/bin/bun.
And bunx is a symbolic link to bun.

$ curl -fsSL https://bun.com/install | bash
######################################################################## 100.0%
bun was installed successfully to ~/.bun/bin/bun 
Run 'bun --help' to get started

$ ls ~/.bun/bin 
bun  bunx

$ ls -lh ~/.bun/bin/bunx 
lrwxr-xr-x 1 shunsukesuzuki staff 34  9  2 06:12 /Users/shunsukesuzuki/.bun/bin/bunx -> /Users/shunsukesuzuki/.bun/bin/bun

In case of aqua, .files[].link is available.

https://aquaproj.github.io/docs/reference/registry-config/files#link

@suzuki-shunsuke suzuki-shunsuke added this to the v4.407.1 milestone Sep 1, 2025
@suzuki-shunsuke suzuki-shunsuke mentioned this pull request Sep 1, 2025
8 tasks
@suzuki-shunsuke suzuki-shunsuke merged commit 1208c97 into main Sep 1, 2025
17 checks passed
@suzuki-shunsuke suzuki-shunsuke deleted the fix-bunx branch September 1, 2025 21:26
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Sep 2, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aquaproj/aqua-registry](https://github.com/aquaproj/aqua-registry) | minor | `v4.406.0` -> `v4.407.2` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

### [`v4.407.2`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.407.2)

[Compare Source](aquaproj/aqua-registry@v4.407.1...v4.407.2)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.407.2) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.407.2) | <aquaproj/aqua-registry@v4.407.1...v4.407.2>

#### Fixes

[#&#8203;40850](aquaproj/aqua-registry#40850) j178/prek: Support linux/arm64 [@&#8203;dronenb](https://github.com/dronenb)

### [`v4.407.1`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.407.1)

[Compare Source](aquaproj/aqua-registry@v4.407.0...v4.407.1)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.407.1) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.407.1) | <aquaproj/aqua-registry@v4.407.0...v4.407.1>

#### Fixes

[#&#8203;40845](aquaproj/aqua-registry#40845) oven-sh/bun: Support bunx
[#&#8203;40846](aquaproj/aqua-registry#40846) Support swiftlint 0.60.0 or later
[#&#8203;40790](aquaproj/aqua-registry#40790) neovim/neovim: Re-scaffold for old versinons [@&#8203;risu729](https://github.com/risu729)

### [`v4.407.0`](https://github.com/aquaproj/aqua-registry/releases/tag/v4.407.0)

[Compare Source](aquaproj/aqua-registry@v4.406.0...v4.407.0)

[Issues](https://github.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.407.0) | [Merge Requests](https://github.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.407.0) | <aquaproj/aqua-registry@v4.406.0...v4.407.0>

#### 🎉 New Packages

[#&#8203;40792](aquaproj/aqua-registry#40792) [suzuki-shunsuke/ghtkn](https://github.com/suzuki-shunsuke/ghtkn): A CLI to create GitHub App User Access Token for secure local development

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4zIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support bunx
1 participant