Skip to content

1.2.1: Wizard stack and genesis init command

Choose a tag to compare

@github-actions github-actions released this 25 Mar 12:46
· 24 commits to master since this release
- 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>