README.md

# caffeine

<div align="center">

<img src="images/temp_caffeine_icon.png" alt="Caffeine Icon" width="250" height="250">

[![Hex.pm](https://img.shields.io/hexpm/v/caffeine_lang?style=for-the-badge&logo=erlang&logoColor=white)](https://hex.pm/packages/caffeine_lang)
[![GitHub Release](https://img.shields.io/github/v/release/Brickell-Research/caffeine_lang?style=for-the-badge&logo=github)](https://github.com/Brickell-Research/caffeine_lang/releases)
[![Homebrew](https://img.shields.io/badge/homebrew-caffeine__lang-FBB040?style=for-the-badge&logo=homebrew&logoColor=white)](https://github.com/brickell-research/homebrew-caffeine)

[![CI](https://img.shields.io/github/actions/workflow/status/Brickell-Research/caffeine_lang/test_caffeine.yml?style=for-the-badge&logo=github&label=tests)](https://github.com/Brickell-Research/caffeine_lang/actions/workflows/test_caffeine.yml)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)
[![Gleam](https://img.shields.io/badge/Gleam-FFAFF3?style=for-the-badge&logo=gleam&logoColor=black)](https://gleam.run/)

Caffeine is a compiler for generating reliability artifacts from service expectation definitions.

</div>

***

## Installation

### Homebrew (macOS)

```bash
brew tap brickell-research/caffeine
brew update
brew install caffeine_lang
```