CLI Wizard Creator

A simple and efficient library to create interactive CLI wizards for user input in Dart.
Easily build guided workflows and streamline user interaction with your CLI tools.


Features

  • Create custom CLI wizards with multiple steps.
  • Support for text input, multi-select, and yes/no questions.
  • Flexible and customizable step validation.

Installation

Add the library to your pubspec.yaml file:

dependencies:
  cli_wizard_creator: ^1.0.0

Libraries