commands/clonify_command_runner library
File: clonify.dart Project: clonify Author: Mohammad Salameh Created Date: 25.09.2024 Description: This file defines ClonifyCommandRunner for the rename project and its commands, options etc.
Classes
- BuildCommand
- A command that builds the Flutter project clone apps.
- CleanCommand
- A command that cleans up a partial or broken Flutter project clone.
- ClientIdCommand
- An abstract base class for Clonify commands that require a client ID option.
- ClonifyCommandRunner
-
A
CommandRunnerfor the Clonify CLI tool. - ConfigureCommand
- A command that configures a Flutter project clone.
- CreateCommand
- A command that creates a new Flutter project clone.
- InitializeCommand
- A command that initializes the Clonify environment.
- ListCommand
- A command that lists all available Clonify project clones.
- UploadCommand
- A command that uploads the Flutter project clone to app stores (e.g., Google Play, Apple App Store).
- WhichCommand
- A command that displays the currently active clone configuration.