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

https://github.com/localstack/homebrew-tap


https://github.com/localstack/homebrew-tap

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# The LocalStack Homebrew Tap

This is a custom [Homebrew](https://brew.sh) tap for official LocalStack software.

## Setup
You can add the custom tap in a MacOS or Linux terminal session using:

```bash
brew tap localstack/tap
```

## Installing Formulae
Once the tap has been added, you can install the software packages you need by following the instructions below.

### Installing the latest LocalStack CLI
You can install the binary package of the LocalStack CLI (which is built in [`localstack/localstack-cli`](https://github.com/localstack/localstack-cli)) with the following command:
```bash
brew install localstack-cli
```

## Documentation
For more information, please reference the following documentation:
* [The LocalStack Docs](https://docs.localstack.cloud)

## Additional Information and Problem Reporting
The formulae in this repository are automatically created and updated using [Homebrew Releaser](https://github.com/Justintime50/homebrew-releaser).

If you are experiencing issues with a formulae, please create an issue in the respective repository.