Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vascorsd/glxdg
- Owner: vascorsd
- Created: 2024-04-12T09:02:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:49:39.000Z (9 months ago)
- Last Synced: 2024-11-07T14:17:20.519Z (2 months ago)
- Topics: gleam, xdg
- Language: Gleam
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 glxdgpub 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
```