Packages

Serializable Gleam data types generated from .skir files. Supports JSON and binary serialization.

Current section

Files

Jump to
skir_client README.md
Raw

README.md

# skir_client
`skir_client` is the shared runtime/client library used by Skir-generated Gleam clients.
## Installation
```sh
gleam add skir_client
```
## Development
```sh
./pre_commit.sh
```
This runs formatting, compilation, and tests.