nvm icon indicating copy to clipboard operation
nvm copied to clipboard

maybe even support bun.js?

Open BobbyJonas opened this issue 2 years ago • 7 comments

nvm works all good for Node.js currently, but is there any plan to support bun.js?

(As we know the bun.js released their first stable version

BobbyJonas avatar Sep 13 '23 08:09 BobbyJonas

bun does not yet offer any way to list all of its available versions.

ljharb avatar Sep 13 '23 14:09 ljharb

It is possible to get all releases or existing tags via the GitHub API. https://api.github.com/repos/oven-sh/bun/releases https://api.github.com/repos/oven-sh/bun/git/refs/tags

iROOT avatar Sep 14 '23 16:09 iROOT

Yes, but that's subject to rate limiting, and also only provides JSON, which can't be parsed by nvm.

ljharb avatar Sep 14 '23 16:09 ljharb

I think if bun is supported, then bvm(bun version manger) will be a more proper name.

calidion avatar Oct 29 '23 11:10 calidion

We support io.js and aren’t named ivm, so i don’t think that’s particularly important.

ljharb avatar Oct 29 '23 14:10 ljharb

how about jvm/jsvm?

calidion avatar Oct 29 '23 14:10 calidion

I’m not renaming the project for any reason, thanks.

ljharb avatar Oct 29 '23 14:10 ljharb