bruget
v1.0.0
Published
Install multiple Bruno API client versions
Maintainers
Readme
bruget
Install and manage multiple versions of Bruno API client on macOS.
Installation
npm install -g brugetUsage
bruget install <version> [<version> ...]Examples
Install a single version:
bruget install 2.15.0Install multiple versions at once:
bruget install 2.15.0 2.14.0 2.13.0How it works
- Downloads the specified Bruno versions from GitHub releases
- Extracts them to
~/Downloads/bet-temp/bruno-versions/ - Renames each to
Bruno-<version>.app - Opens the installed apps automatically
Requirements
- macOS (arm64 or x64)
- Node.js >= 14.0.0
Development
Clone the repo and link locally:
git clone <your-repo>
cd bet
npm install
npm linkTest the command:
bruget install 2.15.0Publishing
npm login
npm publishLicense
MIT
