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

https://github.com/trycourier/homebrew-courier


https://github.com/trycourier/homebrew-courier

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Homebrew Tap for Courier CLI (Deprecated)

This Homebrew tap is no longer maintained. The Courier CLI is now distributed via npm.

## Install via npm

```bash
npm install -g @trycourier/cli
```

## Other install methods

- **Binary**: [GitHub Releases](https://github.com/trycourier/courier-cli/releases)

## Why?

macOS Gatekeeper blocks unsigned binaries distributed through Homebrew casks, causing a poor install experience. npm handles platform-specific binary distribution without this issue.