Commit 37d19bb
Wizard stack and genesis init command
- New genesis init Command: Introduced a new genesis init
command to the CLI, enabling interactive project initialization
and scaffolding
- Interactive Project Wizard: Implemented a console-based wizard
(ConsoleWizard) to guide users through project setup
- Templated Project Generation: Added a JinjaTemplateEngine to
generate project files based on user selections
- Modular Scenario Definitions: Structured project initialization
logic using Scenario and Action dataclasses, allowing for flexible
and extensible project templates and configuration flows
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>1 parent 68155df commit 37d19bb
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 86 | + | |
89 | 87 | | |
90 | 88 | | |
91 | 89 | | |
| |||
0 commit comments