project_structure_builder library
Classes
- AttributeFormat
- Represents an attribute in the database or class or entity.
- CleanArchitectureTemplateGenerator
- A class that provides methods to generate clean architecture templates.
- CommonFunctions
- Contains utility functions used throughout the project structure builder.
- CommonStructureGenerator
- This class generates the common structure for a project based on the specified architecture, features, state management, and other configurations. It creates necessary directories and files for core, shared, and environment components, facilitating an organized and maintainable codebase.
- ConfigParser
- A class responsible for parsing configuration files.
- MacroParser
- MvcArchitectureTemplateGenerator
- A generator for MVC architecture templates.
- MvvmArchitectureTemplateGenerator
- ProjectCleanArchitectureGenerator
- Generates the project structure for the clean architecture.
- ProjectGenerator
- This class generates the project structure for the specified architecture type.
- ProjectMvcArchitectureGenerator
-
Generates the project structure for the
ArchitectureTypes.mvcArchitecturearchitecture. - ProjectMvvmArchitectureGenerator
- UpdateCommand