Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vascorsd/glxdg

Gleam implentation for XDG Specifications
https://github.com/vascorsd/glxdg

gleam xdg

Last synced: 21 days ago
JSON representation

Gleam implentation for XDG Specifications

Awesome Lists containing this project

README

        

# glxdg

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

```sh
gleam add glxdg
```
```gleam
import glxdg

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```