Light of day
Some checks failed
test / test (push) Has been cancelled

This commit is contained in:
Alexander Heldt
2025-11-09 15:35:21 +01:00
commit 3251ba433d
11 changed files with 176 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# musicplayer
[![Package Version](https://img.shields.io/hexpm/v/musicplayer)](https://hex.pm/packages/musicplayer)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/musicplayer/)
```sh
gleam add musicplayer@1
```
```gleam
import musicplayer
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/musicplayer>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```