https://github.com/intility/homebrew-tap
Intility homebrew tap repository
https://github.com/intility/homebrew-tap
Last synced: 5 months ago
JSON representation
Intility homebrew tap repository
- Host: GitHub
- URL: https://github.com/intility/homebrew-tap
- Owner: intility
- Created: 2024-03-20T21:09:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-20T10:11:58.000Z (5 months ago)
- Last Synced: 2026-01-20T19:39:02.764Z (5 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intility Homebrew Tap
Welcome to the Intility Homebrew Tap, a collection of Homebrew formulae for open source software delivered by Intility.
## Usage
To install software from this tap, you can use the following commands:
Direct installation:
```sh
brew install intility/tap/
```
Or tap this repository first:
```sh
brew tap intility/tap
brew install
```
For example, to install `cwc`:
```sh
brew install intility/tap/cwc
```
or if the repository is already tapped:
```sh
brew install cwc
```
## Available Formulae
- `cwc` - Chat with Code CLI Tool
> Note: Make sure to check this README or the `Formula` directory for an up-to-date list of available formulae.
## Support and Issues
If you encounter any issues with the provided formulae, please file an issue in this GitHub repository. Include details of the problem and steps to reproduce it, if possible.
## License
All formulae in this tap are distributed under their respective licenses.
## More Information
For more about Homebrew, usage, and documentation, visit:
- [Homebrew's website](https://brew.sh)
- [Homebrew's documentation](https://docs.brew.sh)