Gleam types for the spacetraders.io game API
Find a file
Lily Rose fab4c9df5d
Some checks are pending
test / test (push) Waiting to run
Initial commit
2025-07-08 23:03:42 +10:00
.github/workflows Initial commit 2025-07-08 23:03:42 +10:00
src/spacetraders_models Initial commit 2025-07-08 23:03:42 +10:00
test Initial commit 2025-07-08 23:03:42 +10:00
.gitignore Initial commit 2025-07-08 23:03:42 +10:00
gleam.toml Initial commit 2025-07-08 23:03:42 +10:00
manifest.toml Initial commit 2025-07-08 23:03:42 +10:00
README.md Initial commit 2025-07-08 23:03:42 +10:00

spacetraders_models

Package Version Hex Docs

gleam add spacetraders_models@1
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

gleam run   # Run the project
gleam test  # Run the tests