https://github.com/decodableco/homebrew-decodable
https://github.com/decodableco/homebrew-decodable
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decodableco/homebrew-decodable
- Owner: decodableco
- Created: 2023-04-28T13:15:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T20:48:21.000Z (about 1 year ago)
- Last Synced: 2025-09-24T14:50:04.558Z (9 months ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-decodable
Homebrew tap for installing the [Decodable](https://www.decodable.co/) CLI on MacOS.
Refer to the [documentation](https://docs.decodable.co/docs/command-line-interface) for learning more about this tool.
# Usage
1. Make sure you have [Homebrew](https://docs.brew.sh/) installed.
2. Tap this repository. This step is only required once!
```sh
brew tap decodableco/decodable
```
3. Finally, install the `decodable` CLI with the `brew` command.
```sh
brew install decodable
```
You can re-run the `brew install` command at any time to upgrade to the latest release of the Decodable CLI 🍻.