https://github.com/tyom/homebrew-tap
Homebrew tap for tyom's tools
https://github.com/tyom/homebrew-tap
Last synced: about 1 month ago
JSON representation
Homebrew tap for tyom's tools
- Host: GitHub
- URL: https://github.com/tyom/homebrew-tap
- Owner: tyom
- Created: 2026-05-22T09:23:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-22T15:49:35.000Z (about 2 months ago)
- Last Synced: 2026-05-22T16:24:40.966Z (about 2 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tyom/homebrew-tap
Homebrew tap for [tyom](https://github.com/tyom)'s tools.
## Available formulae
### [repo-intel](https://github.com/tyom/repo-intel)
Generate a self-contained HTML contributor-stats dashboard for any git repo.
```bash
brew install tyom/tap/repo-intel
```
### [kcm](https://github.com/tyom/kcm)
Keychain Master — secure secret management for macOS with `.env` integration.
```bash
brew install tyom/tap/kcm
```
## Usage
```bash
brew tap tyom/tap # add the tap (optional; install does it for you)
brew install tyom/tap/
```
> Each formula is bumped automatically by its source repo's release workflow on every
> tagged release — do not hand-edit the files in `Formula/`. See the
> [repo-intel](https://github.com/tyom/repo-intel/blob/main/.github/workflows/release.yml)
> and [kcm](https://github.com/tyom/kcm/blob/main/.github/workflows/release.yml)
> release workflows.