gleam-spacetraders-models/README.md
Lily Rose 222bbafd5c
Some checks are pending
test / test (push) Waiting to run
Add example to readme
2025-07-08 23:05:39 +10:00

561 B

spacetraders_models

Package Version Hex Docs

gleam add spacetraders_models@1
import spacetraders_models/faction_symbol

pub fn main() -> Nil {
  echo faction_symbol.Cosmic
}

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

Development

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