README.md

# oas_generator_utils

Shared functionality for the [OAS generator](..) project.

[![Package Version](https://img.shields.io/hexpm/v/oas_generator_utils)](https://hex.pm/packages/oas_generator_utils)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/oas_generator_utils/)

```sh
gleam add oas_generator_utils@1
```

Further documentation can be found at <https://hexdocs.pm/oas_generator>.

## Development

```sh
gleam test  # Run the tests
```