skmtcdocs

Using SKMTC

Install, configure, and run SKMTC to generate code from your schemas.

Who this is for

You have an OpenAPI v3 or GraphQL schema and want code generated from it. Everything in this tree works with installed generators and JSON configuration — using SKMTC never requires writing or reading generator source code.

If you find yourself wanting to change a hardcoded value in a generator, that's the one thing configuration can't do: see authoring/ (authoring generators) when you get there.

The flow

init → install → configure (client.json) → generate

Quick start

See tutorials/01-your-first-generation.md for the five-minute path.

Tutorials

Linear walkthroughs to learn by doing.

How-to guides

Recipes for specific problems.

Recipes

Complete worked examples.

Shared resources

On this page