Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvrnv/homebrew-tap
homebrew tap repo for my projects
https://github.com/vvrnv/homebrew-tap
homebrew homebrew-formula homebrew-formulae homebrew-tap
Last synced: 1 day ago
JSON representation
homebrew tap repo for my projects
- Host: GitHub
- URL: https://github.com/vvrnv/homebrew-tap
- Owner: vvrnv
- License: mit
- Created: 2023-01-03T17:36:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T07:43:30.000Z (9 months ago)
- Last Synced: 2024-02-21T08:40:01.825Z (9 months ago)
- Topics: homebrew, homebrew-formula, homebrew-formulae, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebrew-tap
homebrew tap repo for my projects
# installation
```sh
brew tap vvrnv/tap
brew install
```
or
```sh
brew install vvrnv/tap/
```# formulae
| Repository | Formula | Description |
| ---------- | ------- | ----------- |
| [gossl](https://github.com/vvrnv/gossl) | [formula](Formula/gossl.rb) | simple CLI app for checking SSL certificates |
| [ingpoint](https://github.com/vvrnv/ingpoint) | [formula](Formula/ingpoint.rb) | app to get all unique ingress hosts for current kubernetes context |
| [kctxsync](https://github.com/vvrnv/kctxsync) | [formula](Formula/kctxsync.rb) | A command-line tool to sync certificate and key data from a remote Kubernetes cluster's kubeconfig to your local kubeconfig. |