cli/commands/generate_command library
Classes
- BaseGenerateCommand
- A base class for all generator commands providing shared utilities.
- GenerateCommand
- The root command for the FSA CLI generator.
- GenerateDumbCommand
- Generates a pure UI Dumb Component.
- GenerateEntityCommand
- Generates an immutable Domain Entity.
- GenerateL10nCommand
- Generates a new localization key in lib/core/l10n/app_en.arb.
- GeneratePageCommand
- Generates a routeable View ecosystem.
- GenerateRepositoryCommand
- Generates a Repository contract and implementation.
- GenerateSmartCommand
- Generates a self-contained, logic-driven Smart Component.