Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvalkeal/homebrew-spring-cli
https://github.com/jvalkeal/homebrew-spring-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvalkeal/homebrew-spring-cli
- Owner: jvalkeal
- License: apache-2.0
- Created: 2023-09-27T06:47:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-29T13:38:44.000Z (10 months ago)
- Last Synced: 2024-01-29T16:25:50.951Z (10 months ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew
## Formulae
Invoke either of the following commands if the formula is hosted at GitHub```sh
$ brew install jvalkeal/spring-cli/
```Or
```sh
$ brew tap jvalkeal/spring-cli
$ brew install
```Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap jvalkeal/homebrew-spring-cli
brew install
```## Casks
Invoke either of the following commands if the cask is hosted at GitHub```sh
$ brew install --cask jvalkeal/spring-cli/
```Or
```sh
$ brew tap jvalkeal/spring-cli
$ brew install --cask
```Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap jvalkeal/homebrew-spring-cli
brew install --cask
```If you get a dialog stating the cask is broken try installing with `--no-quarantine`.
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).