Homebrew tap for Broken Hands' tools.
| Formula | Description |
|---|---|
kiln |
Kiln — the Swift documentation-site generator (CLI). |
brew install brokenhandsio/tap/kilnOr tap first, then install:
brew tap brokenhandsio/tap
brew install kilnUpgrade with brew upgrade kiln.
Kiln's prebuilt binary targets Apple Silicon (arm64) on macOS 13+. Intel Macs can install Kiln by building from source — see the main repository.
Formula/kiln.rb is managed automatically. Tagging a release in the
brokenhandsio/kiln repo
(git tag vX.Y.Z && git push origin vX.Y.Z) triggers a workflow that builds the
arm64 macOS binary, attaches it to the GitHub Release, and force-updates the
formula here. Manual edits to the formula will be overwritten on the next
release.