command/create/project_init library
Functions
-
printInitHelp(
) → void -
Prints help for the
initcommand (init --help). -
printModuleList(
) → void -
Prints the available modules (
init --list). -
runInit(
InitOptions options) → void -
Entry point for
river_cli init. Resolves the selected modules (via flags or interactive prompts), scaffolds their folders/files, and adds packages.