The Bun Environment Manager is a tool for managing multiple versions of Bun and their associated packages.
- Clone the repository:
git clone https://github.com/your-username/bun-env-manager.git
- Navigate to the cloned directory:
cd bun-env-manager
- Run the installation script:
./bin/bun-install <version>
- Switch to the installed version:
./bin/bun-switch <version>
For more detailed instructions, see INSTALLATION.md.
To manage Bun versions and packages, use the scripts in the bin/
directory. For detailed usage of each command, see USAGE.md.
Contributions are welcome! Please see CONTRIBUTING.md for more details.
This project is licensed under the MIT License - see the LICENSE file for details.