Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the Bun package manager #73

Open
harish-vts opened this issue Jul 5, 2024 · 0 comments
Open

Add support for the Bun package manager #73

harish-vts opened this issue Jul 5, 2024 · 0 comments

Comments

@harish-vts
Copy link

harish-vts commented Jul 5, 2024

Bun is a JavaScript runtime and package manager with a focus on performance and ensuring a stellar developer experience. Since its package manager is compatible with Node.js, one can have projects that use Node.js as the runtime and only use Bun to install NPM dependencies. bun install is equivalent to npm/yarn/pnpm install, only an order of magnitude faster.

VTS has evaluated using Bun as a package manager and found it to be an easy transition from Yarn version 1. Lack of Depfu support is the only thing preventing us from replacing Yarn with Bun.

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

No branches or pull requests

1 participant