Installation
Homebrew (Recommended)
bash
brew install markmals/tap/workbenchThis installs pre-built bottles and automatically installs dependencies (mise, gh).
Updating
bash
brew upgrade workbenchFrom Source
bash
go install github.com/markmals/workbench/cmd/wb@latestOr clone and build:
bash
git clone https://github.com/markmals/workbench
cd workbench
go build -o wb ./cmd/wbWARNING
Building from source doesn't install dependencies. You'll need to manually install mise and GitHub CLI.
Verify
bash
wb versionwb 0.1.0
commit: abc1234
built: 2024-01-01T00:00:00Z
go: go1.21.0Project-Specific Tools
These are installed automatically by mise when you run mise install in a project:
| Tool | Project Types |
|---|---|
| Node.js, pnpm | website |
| Go | tui |
| Xcode | ios (manual) |