python -m runegraft. The project root already contains a working demo CLI so you can see its features before building your own commands.
Installation
uv step installs both runtime and dev dependencies defined in pyproject.toml. If you skip editable mode, tweak commands with python -m pip install ..
Running the demo CLI
python -m runegraft <command> ... when you want automation-friendly invocations.
Project layout
__main__.py. You can copy build_demo_cli() into another module, register your commands, and keep the rest of the framework untouched.
Next steps
- Head over to The Interactive Shell for shortcuts, history management, and alias tips.
- When you’re ready to add commands, read the CLI API reference and Routing & Types guide.