Documentation Index
Fetch the complete documentation index at: https://runegraft.codesft.dev/llms.txt
Use this file to discover all available pages before exploring further.
Install Runegraft
Runegraft ships as a normal Python package. Pick the install path that fits your workflow.Build a CLI in 60 seconds
Drop this intocli.py (or any module you prefer) to see the basics:
What you just got
- Flask-like command routes:
install <url:url>and typed args. - A polished shell: completion, history, aliases,
sourcescripts, and system command passthrough. - Friendly errors and help text generated from your function signatures.
Next steps
- Learn how route patterns and types work in Command Routes.
- Explore completions, history, and scripts in Interactive Shell.
- Add polished flags and defaults in Options & Flags.
- See the built-in converters and how to add your own in Type Converters.