core icon indicating copy to clipboard operation
core copied to clipboard

RC/Bun - Testing bun features as package manager and runtime for projects as a default solution

Open devmozao opened this issue 2 years ago • 4 comments

All script commands are working as expected, but bun is installed per homebrew. I'm running with win/ws2 with debian.

I tried to install bun locally on the project and run commands from there - in order to force the user to use bun, but without giving him the effort to install bun itself and ease the learning curve - but got some conflicts when running command scripts.

Other point that didn't work as expected: the --bun flag.

When I run a command script as bun run --bun dev, it works as expected. When I put the --bun flag inside the script, let's say "dev": "--bun vite --host", and run bun dev, it doesn't work as expected, unfortunatelly. I think we should be able to use the flag on the scripts, so on your daily job, all people that works on the project, doesn't have to remember to have to use the flag, so it's a better DX overall. Also putting the flag at the end of the flag, also doesn't do.

Besides that: works like a charm.

devmozao avatar Jan 26 '24 20:01 devmozao

CI running in 16s 🤯

CleanShot 2024-01-26 at 17 55 12

raisiqueira avatar Jan 26 '24 20:01 raisiqueira

LFGT 🚀

raisiqueira avatar Feb 23 '24 01:02 raisiqueira

updated deps to latest. everything working as expected.

devmozao avatar Mar 21 '24 19:03 devmozao

Just solved a quick merge conflict, besides that

LGTM!

luigieai avatar Mar 21 '24 22:03 luigieai

🚀 🌋 💥 🐰

devmozao avatar Apr 11 '24 15:04 devmozao