bun
bun 1.4.2
Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one
<rendered-html><p>All in one fast & easy-to-use tool. Instead of 1,000 node_modules for development, you only need bun.</p> </rendered-html>
https://bun.shMIT LicenseGNU Lesser General Public License v2.1 only
main program: bunprograms: bun, bunx
Maintainers
Platforms (3)
aarch64-darwinx86_64-linuxaarch64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ bun ];
Ad-hoc shell
nix-shell -p bun
Flake (nix run)
nix run nixpkgs#bun