generate/generate library
Classes
- ApiCommand
- Main command class for generating API integration code.
- AppsCommand
- Command for generating new app modules within the Morpheme CLI ecosystem.
- AssetCommand
- Command for generating asset constants from Flutter pubspec.yaml definitions.
- Color2DartCommand
- Generates Dart color classes from YAML configuration.
- ConfigCommand
- A command that generates IDE configurations for VS Code and Android Studio.
- CoreCommand
- Core command with new modular architecture
- EndpointCommand
- Command for generating endpoint files from json2dart.yaml configurations.
- FeatureCommand
- Command for generating feature modules.
- FirebaseCommand
- Generates Firebase configuration for both Android & iOS platforms.
- Json2DartCommand
- Json2Dart command with new modular architecture
- Json2DartLegacyCommand
- Local2DartCommand
- Generates SQLite helper classes from YAML configuration.
- LocalizationCommand
- Command for generating localizations for the current project.
- PageCommand
- Command for generating page structures within feature modules.
- RemoveAppsCommand
- Command to remove an app module from the project.
- RemoveFeatureCommand
- Command to remove a feature module from the project.
- RemovePageCommand
- Command to remove a page from a specific feature.
- RemoveTestCommand
- Command to remove test helper files from the project.
- TemplateTestCommand
- Command for generating template test code based on json2dart.yaml.