Skip to main content
uniac init
Interactive wizard. Prompts for:
  • Name — defaults to the current directory’s basename.
  • Kindapp (deployable System) or lib (reusable Service).
  • Languagepython (only option today).
  • Entrypointmodule:ClassName, e.g. app:Greeter.
The result is two files in the current directory:
uniac.json     # the manifest (see Concepts → The manifest)
<entrypoint>   # a starter Python file with your class declared
Run from a fresh directory; the wizard refuses to overwrite an existing uniac.json.