MPD controller in gleam
| src | added status, stop, add, clear, and descriptions | |
| test | added status, stop, add, clear, and descriptions | |
| .envrc | initial commit | |
| .gitignore | initial commit | |
| flake.lock | initial commit | |
| flake.nix | initial commit | |
| gleam.toml | initial commit | |
| manifest.toml | initial commit | |
| README.md | initial commit | |
vibe
gleam add vibe@1
importvibepubfnmain(){// TODO: An example of the project in use
}Further documentation can be found at https://hexdocs.pm/vibe.
Development
gleam run # Run the project
gleam test # Run the tests