archify library
Classes
- ArchifyCLI
- The main entry point for the Archify command-line interface (CLI).
- ConfigureCommand
- Configures a Flutter project by creating folders, updating README, adding default packages, and optionally backing up existing code.
- CustomCommand
-
Handles the
custom
command to generate a feature from a YAML template. - GenerateCommand
- Generates a new feature in the project by creating data, domain, presentation layers, and injection files.
Constants
- packageVersion → const String
- CLI package version.
Functions
-
getCliVersion(
) → String