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.
SEE ALSO
bun(1), bun-remove(1), bun-install(1)
