An open API service indexing awesome lists of open source software.

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

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
```