Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 527 Bytes

File metadata and controls

13 lines (9 loc) · 527 Bytes

Usage Guide for Bun Environment Manager

The Bun Environment Manager provides several commands to manage Bun versions and packages.

Commands

  • bun-install <version>: Install a new version of Bun.
  • bun-switch <version>: Switch to an installed version of Bun.
  • bun-package <install|remove> <package-name>: Manage Bun packages.
  • bun-config <key> [value]: Manage global configuration.
  • bun-env: Interactive environment manager.

For more detailed instructions on each command, run them with the --help flag.