runInitCommand function
void
runInitCommand()
Initializes the project structure and injects dependencies.
Implementation
void runInitCommand() {
createProjectStructure();
addDependencies();
print('\n✅ The project initialization structure has been successfully created.');
}