Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gexec/homebrew-gexec
Gexec: Homebrew
https://github.com/gexec/homebrew-gexec
brew formula gexec homebrew
Last synced: 6 days 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 (8 days ago)
- Default Branch: master
- Last Pushed: 2025-02-04T16:07:23.000Z (7 days ago)
- Last Synced: 2025-02-04T17:23:01.051Z (7 days ago)
- Topics: brew, formula, gexec, homebrew
- Language: Ruby
- Homepage: https://gexec.eu
- Size: 17.6 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
[![General Workflow](https://github.com/gexec/homebrew-gexec/actions/workflows/general.yml/badge.svg)](https://github.com/gexec/homebrew-gexec/actions/workflows/general.yml) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/5adad7656a364377a46b4e480a276fee)](https://app.codacy.com/gh/gexec/homebrew-gexec/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [![Discord](https://img.shields.io/discord/1335976189025849395)](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
[[email protected]](mailto:[email protected]) 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
```