Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 26 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
# Builder.io Dev-tools

## How do I install these formulae?
## Installation

`brew install builderio/dev-tools/<formula>`
With [HomeBrew](https://brew.sh/) Installed run:

Or `brew tap builderio/builderio` and then `brew install dev-tools`.
```bash
brew install builderio/dev-tools/dev-tools
```

Or, in a `brew bundle` `Brewfile`:
## Usage

```ruby
tap "builderio/dev-tools"
brew "<formula>"
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
```

## Documentation
## 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 "<formula>"
```
Loading