orbitkit icon indicating copy to clipboard operation
orbitkit copied to clipboard

Bun support?

Open duttaoindril opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I want to use bun, instead of pnpm. I've been able to completely get rid of .js files by using bun.

Describe the solution you'd like pnpm -> bun, or at least as an option

Describe alternatives you've considered pnpm

Additional context

duttaoindril avatar Apr 29 '24 05:04 duttaoindril

The problem with bun currently is that in monorepo settings it does not have the feature set that pnpm does have. for example, in bun you can't do --filter and run scripts in packages, you actually need to cd into the package and then run the scripts.

I use bun for every non monorepo codebase nowadays, otherwise I still use pnpm.

ixahmedxi avatar Apr 29 '24 22:04 ixahmedxi

Seems like it was merged! https://github.com/oven-sh/bun/pull/8185

duttaoindril avatar May 01 '24 16:05 duttaoindril

I am still going to hold of bun as the package manager support for a while until it becomes on par with pnpm for workspaces.

ixahmedxi avatar May 21 '24 00:05 ixahmedxi

Bun support has been added and is now used as the package manager in orbitkit, thanks to @imCorfitz <3

ixahmedxi avatar May 27 '24 15:05 ixahmedxi