# `mix gen.sdk`
[🔗](https://github.com/appsinacup/gamend/blob/v1.0.7/lib/mix/tasks/gen.sdk.ex#L1)

Generates SDK stub modules from the real Gamend modules.

This task reads the real implementations and generates stub modules
for the SDK package with matching type specs and documentation.

## Usage

    mix gen.sdk

The generated files are placed in `sdk/lib/gamend/`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
