Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleister/homebrew-kleister
Kleister: Homebrew
https://github.com/kleister/homebrew-kleister
brew formula homebrew kleister minecraft
Last synced: 8 days ago
JSON representation
Kleister: Homebrew
- Host: GitHub
- URL: https://github.com/kleister/homebrew-kleister
- Owner: kleister
- License: apache-2.0
- Created: 2016-03-29T17:10:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T02:49:52.000Z (8 months ago)
- Last Synced: 2024-05-21T22:01:35.640Z (8 months ago)
- Topics: brew, formula, homebrew, kleister, minecraft
- Language: Ruby
- Homepage: https://kleister.eu
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Kleister: Homebrew
[![General Workflow](https://github.com/kleister/homebrew-kleister/actions/workflows/general.yml/badge.svg)](https://github.com/kleister/homebrew-kleister/actions/workflows/general.yml) [![Join the Matrix chat at https://matrix.to/#/#kleister:matrix.org](https://img.shields.io/badge/matrix-%23kleister%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#kleister:matrix.org) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/ba764ae23b89464c98160567bbfb04f8)](https://app.codacy.com/gh/kleister/homebrew-kleister/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
Homebrew repository to install [Kleister](https://kleister.eu) on macOS.
## Prepare
```console
brew tap kleister/kleister
```## Install
### [kleister-api](https://github.com/kleister/kleister-api)
```console
brew install kleister-api
kleister-api -h
```### [kleister-ui](https://github.com/kleister/kleister-ui)
```console
brew install kleister-ui
kleister-ui -h
```### [kleister-cli](https://github.com/kleister/kleister-cli)
```console
brew install kleister-cli
kleister-cli -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) 2018 Thomas Boerger
```