Gleam types for the spacetraders.io game API
Find a file
Lily Rose 3c0b757049
Some checks failed
test / test (push) Failing after 2s
Refactor into single module
2025-12-13 22:06:26 +11:00
.github/workflows Initial commit 2025-07-08 23:03:42 +10:00
src Refactor into single module 2025-12-13 22:06:26 +11: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 Refactor into single module 2025-12-13 22:06:26 +11:00
LICENSE.md Add license 2025-07-09 03:15:19 +10:00
manifest.toml Combine models into fewer modules 2025-12-07 18:37:57 +11:00
README.md Refactor into single module 2025-12-13 22:06:26 +11:00

spacetraders_models

Package Version Hex Docs

gleam add spacetraders_models@2
import spacetraders_models

pub fn main() -> Nil {
  echo spacetraders_models.FactionCosmic
}

Further documentation can be found at https://hexdocs.pm/spacetraders_models.

Development

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