gleam-spacetraders-models/README.md
Lily Rose fab4c9df5d
Some checks are pending
test / test (push) Waiting to run
Initial commit
2025-07-08 23:03:42 +10:00

24 lines
561 B
Markdown

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