mix ksc.compile (Ksc v0.1.0)

Copy Markdown View Source

Compiles .ksy files to Elixir source files.

mix ksc.compile <input_path> --output <output_dir> [--namespace <namespace>]

input_path is a single .ksy file or a directory containing .ksy files. --output specifies the directory where .ex files are written (created if needed). --namespace sets the module namespace prefix (default: Ksc.Compiled).