https://github.com/gexec/homebrew-gexec
Gexec: Homebrew
https://github.com/gexec/homebrew-gexec
brew formula gexec homebrew
Last synced: 3 months ago
JSON representation
Gexec: Homebrew
- Host: GitHub
- URL: https://github.com/gexec/homebrew-gexec
- Owner: gexec
- License: apache-2.0
- Created: 2025-02-03T10:18:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T08:16:12.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:28:55.092Z (over 1 year ago)
- Topics: brew, formula, gexec, homebrew
- Language: Ruby
- Homepage: https://gexec.eu
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gexec: Homebrew
[](https://github.com/gexec/homebrew-gexec/actions/workflows/general.yml) [](https://app.codacy.com/gh/gexec/homebrew-gexec/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://discord.gg/Yda8rD4ZkJ)
Homebrew repository to install [Gexec](https://gexec.eu) on macOS.
## Prepare
```console
brew tap gexec/gexec
```
## Install
### gexec-server
```console
brew install gexec-server
gexec-server -h
```
### gexec-runner
```console
brew install gexec-runner
gexec-runner -h
```
### gexec-client
```console
brew install gexec-client
gexec-client -h
```
## Development
```console
bundle install
bundle exec rake rubocop
bundle exec rake spec
```
## Security
If you find a security issue please contact
[gexec@webhippie.de](mailto:gexec@webhippie.de) first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
- [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2025 Thomas Boerger
```