README.md

# xdgleam

A library to read XDG Base Directory in pure Gleam-lang.

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

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

## Development

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

# Or with Nix

nix build
nix develop
nix-shell
nix-build
```