https://github.com/builderio/homebrew-builderio
Brew tap for ai-services dev-tools package.
https://github.com/builderio/homebrew-builderio
Last synced: about 2 months ago
JSON representation
Brew tap for ai-services dev-tools package.
- Host: GitHub
- URL: https://github.com/builderio/homebrew-builderio
- Owner: BuilderIO
- Created: 2025-09-18T16:50:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-06-11T00:34:55.000Z (about 2 months ago)
- Last Synced: 2026-06-11T02:19:39.342Z (about 2 months ago)
- Language: Shell
- Size: 103 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Builder.io Dev-tools
## Installation
With [HomeBrew](https://brew.sh/) Installed run:
```bash
brew install builderio/dev-tools/dev-tools
```
## Usage
At the commmand line use `builderio` in place of `npx "@builder.io/devtools@latest"`. Documentation on the CLI can be found [here](https://www.builder.io/c/docs/builder-cli-api).
## Examples
```bash
builderio code
builderio auth
builderio auth status
builderio launch
```
## About Brew
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
### Alternative Installation
You can also install by running `brew tap builderio/builderio` and then `brew install dev-tools`.
Or, in a `brew bundle` `Brewfile`:
```ruby
tap "builderio/dev-tools"
brew ""
```