Draft / Experimental: Zith documentation describes a language under active development. Check Implementation Status before relying on a feature.

zithc create

Create a project scaffold.

zithc create hello-zith
cd hello-zith
zithc run

The generated project contains ZithProject.toml and src/main.zith. Read Project Configuration for the specified configuration format.