Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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. |