Skip to content

CLI reference

axint init.

Scaffold a new Axint project with source, README, and publish-ready metadata.

01 · section

Command shape

This is the command surface the current compiler and registry expect today.

The examples below use the real Axint CLI commands that are live in the open-source compiler.

axint init
$ axint init my-intent
$ axint init .
02 · section

What it does

Use this command when you want the exact behavior below.

  • Creates a starter project layout.
  • Sets you up for compile, validate, and publish flows.
  • Helps keep package metadata and README content aligned from day one.
axint init · axint docs · axint registry