phonograph/webc/README.md

25 lines
449 B
Markdown
Raw Normal View History

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