https://github.com/apify/homebrew-tap
A Homebrew tap for Apify tools
https://github.com/apify/homebrew-tap
Last synced: 8 months ago
JSON representation
A Homebrew tap for Apify tools
- Host: GitHub
- URL: https://github.com/apify/homebrew-tap
- Owner: apify
- Created: 2023-03-07T09:36:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T14:05:28.000Z (about 1 year ago)
- Last Synced: 2025-04-11T22:11:26.523Z (about 1 year ago)
- Language: Ruby
- Size: 28.3 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apify Homebrew Tap
## What is Homebrew?
A package manager for macOS (or Linux), see more at .
## What is a Tap?
A third-party (in relation to Homebrew) repository
providing installable packages (formulae) on macOS and Linux.
See more at
## How do I install packages from here?
```sh
brew install apify/tap/
```
You can also only add the tap which makes formulae within it
available in search results (`brew search` output):
```sh
brew tap apify/tap
```
## What packages are available?
Currently, only the [Apify CLI](https://docs.apify.com/apify-cli) is available in this tap:
```sh
brew install apify/tap/apify-cli
apify create my-first-actor
```