README.md
# glat
[![Package Version](https://img.shields.io/hexpm/v/glat)](https://hex.pm/packages/glat)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glat/)
```sh
gleam add glat@1
```
```gleam
import glat
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/glat>.
## Development
```sh
gleam test # Run the tests
```