bun-rm

Alias for removing packages from a project

TLDR

Remove a package
$ bun rm [package]
Remove multiple packages
$ bun rm [package1] [package2]
Remove a global package
$ bun rm -g [package]

SYNOPSIS

bun rm [options] packages...

DESCRIPTION

bun rm is an alias for bun remove. It uninstalls packages from the project and removes them from package.json.

PARAMETERS

-g, --global

Remove from global packages.

INSTALL

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

SEE ALSO

bun(1), bun-remove(1), bun-install(1)

RESOURCES

Source code · Homepage · Documentation