24 lines
561 B
Markdown
24 lines
561 B
Markdown
# spacetraders_client
|
|
|
|
[](https://hex.pm/packages/spacetraders_client)
|
|
[](https://hexdocs.pm/spacetraders_client/)
|
|
|
|
```sh
|
|
gleam add spacetraders_client@1
|
|
```
|
|
```gleam
|
|
import spacetraders_client
|
|
|
|
pub fn main() -> Nil {
|
|
// TODO: An example of the project in use
|
|
}
|
|
```
|
|
|
|
Further documentation can be found at <https://hexdocs.pm/spacetraders_client>.
|
|
|
|
## Development
|
|
|
|
```sh
|
|
gleam run # Run the project
|
|
gleam test # Run the tests
|
|
```
|