https://github.com/vascorsd/glxdg
Gleam implentation for XDG Specifications
https://github.com/vascorsd/glxdg
gleam xdg
Last synced: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T02:49:39.000Z (over 1 year ago)
- Last Synced: 2024-12-28T13:43:24.038Z (10 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
[](https://hex.pm/packages/glxdg)
[](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
```