mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 21:32:05 +00:00
Add support for controlling symlink creation for package executables: - CLI flags: --bin-links (default) and --no-bin-links - bunfig.toml: binLinks setting (camelCase only) - Default: true (maintains existing behavior) - Works with both hoisted and isolated installs 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>