https://github.com/codeforester/homebrew-base
Homebrew tap for Base
https://github.com/codeforester/homebrew-base
Last synced: 10 days ago
JSON representation
Homebrew tap for Base
- Host: GitHub
- URL: https://github.com/codeforester/homebrew-base
- Owner: codeforester
- Created: 2026-05-28T16:52:14.000Z (23 days ago)
- Default Branch: master
- Last Pushed: 2026-06-08T02:36:03.000Z (12 days ago)
- Last Synced: 2026-06-08T04:21:01.426Z (12 days ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap For Base
This repository is the Homebrew tap for
[Base](https://github.com/codeforester/base).
## Install
```bash
brew install codeforester/base/base
basectl setup
basectl update-profile
exec "$SHELL" -l
```
Homebrew installs the Base files, but `basectl setup` still prepares the local
Base runtime under `~/.base.d/base/.venv`.
## Development
```bash
brew tap codeforester/base
brew install --formula base
brew install --build-from-source Formula/base.rb
brew test codeforester/base
brew audit --new --formula Formula/base.rb
```
The stable formula installs Base from a versioned release archive. The formula's
`head` stanza remains available for local development against Base's `master`
branch.