generate-client-stubs
Usage: chr generate-client-stubs [OPTIONS]
Generates client code for a rell dapp
╭─ Configuration Properties ───────────────────────────────────────────────────────────────────────────────────────────╮
│ -s, --settings=SETTINGS Alternate path for project settings file │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Kotlin ─────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│* --package=TEXT Name of package │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --module=TEXT Explicitly set which modules to generate code for. Separate modules with ',' │
│ --kotlin, --typescript, --javascript Language to generate for │
│ --target=PATH Directory to generate template project in │
│ -h, --help Show this message and exit │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
The generate-client-stubs command (chr generate-client-stubs
) generates code that can be used to communicate with the Rell backend.