LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bun-i

Install packages (alias for bun install)

TLDR

Install all dependencies from package.json
$ bun i
copy
Install a specific package
$ bun i [package]
copy
Install a package as a dev dependency
$ bun i -d [package]
copy
Install a specific version
$ bun i [package]@[version]
copy
Install packages globally
$ bun i -g [package]
copy
Install without updating lockfile
$ bun i --frozen-lockfile
copy

SYNOPSIS

bun i [options] [packages...]

DESCRIPTION

bun i is an alias for bun install. It installs dependencies for a project from package.json, or adds new packages to the project.Bun's package manager is significantly faster than npm or yarn due to its native implementation and efficient caching.

PARAMETERS

-d, --dev

Install as a development dependency.
-g, --global
Install packages globally.
--frozen-lockfile
Don't update the lockfile.
--no-save
Don't save to package.json.
--production
Don't install devDependencies.

INSTALL

sudo pacman -S bun
copy
brew install bun
copy
nix profile install nixpkgs#bun
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid