Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hckr-cli/homebrew-tap
Homebrew tap to install hckr cli
https://github.com/hckr-cli/homebrew-tap
hckr hckr-cli homebrew homebrew-formula homebrew-tap
Last synced: 22 days ago
JSON representation
Homebrew tap to install hckr cli
- Host: GitHub
- URL: https://github.com/hckr-cli/homebrew-tap
- Owner: hckr-cli
- License: mit
- Created: 2024-07-02T05:20:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T09:06:46.000Z (2 months ago)
- Last Synced: 2024-10-04T21:42:24.511Z (about 1 month ago)
- Topics: hckr, hckr-cli, homebrew, homebrew-formula, homebrew-tap
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# homebrew-tap
Easily install the [Hckr CLI](https://github.com/pateash/hckr) using [Homebrew](https://brew.sh/).
[//]: # (Full documentation about installation can be found at:)
[//]: # (* (AWS) https://docs.databricks.com/en/dev-tools/cli/install.html)
[//]: # (* (Azure) https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/install)
[//]: # (* (GCP) https://docs.gcp.databricks.com/en/dev-tools/cli/install.html)
## Usage
Initialize tap:
```bash
brew tap hckr-cli/tap
```To install or upgrade the Hckr CLI, run:
```bash
brew install hckr
```If this tap has been updated but you don't see it show up locally, you can force an update with:
```bash
brew update --force
```## Shell completion
As long as you have configured shell completion for Homebrew itself,
shell completion for the Hckr CLI will work out of the box.You can find documentation for setting this up at https://docs.brew.sh/Shell-Completion.