https://github.com/primitivedotdev/homebrew-tap
Homebrew tap for the Primitive CLI
https://github.com/primitivedotdev/homebrew-tap
Last synced: 26 days ago
JSON representation
Homebrew tap for the Primitive CLI
- Host: GitHub
- URL: https://github.com/primitivedotdev/homebrew-tap
- Owner: primitivedotdev
- Created: 2026-05-25T22:11:41.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-25T23:16:36.000Z (about 1 month ago)
- Last Synced: 2026-05-26T00:28:15.609Z (about 1 month ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primitive CLI Homebrew Tap
## Install
```bash
brew install primitivedotdev/tap/primitive
```
Or:
```bash
brew tap primitivedotdev/tap
brew install primitive
```
This tap packages the npm-published `@primitivedotdev/cli` release as the
`primitive` Homebrew formula.
## Release Flow
`@primitivedotdev/cli` npm releases trigger a formula update PR in this tap.
The tap CI bottles supported Homebrew targets, and the publish workflow merges
the formula plus bottle checksums after the bottle build passes.
Supported bottle targets are macOS ARM (`arm64_sonoma`, `arm64_sequoia`,
`arm64_tahoe`) and Linux (`x86_64_linux`, `arm64_linux`). Intel macOS runners
currently do not produce bottles for this formula because the Homebrew `node`
dependency is not bottled for the available Intel runner tags.