README.md
# xdgleam
A library to read XDG Base Directory in pure Gleam-lang.
[](https://hex.pm/packages/xdgleam)
[](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
```