awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
E

emrcftci/CleanSwiftArchitectureGenerator

0
View on GitHub↗
0 stele·0 fork-uri·3 vizualizări

CleanSwiftArchitectureGenerator

Features

  • Clean Architecture - Tool for generating Clean Swift architecture files.

Istoric stele

Graficul istoricului de stele pentru emrcftci/cleanswiftarchitecturegeneratorGraficul istoricului de stele pentru emrcftci/cleanswiftarchitecturegenerator

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru CleanSwiftArchitectureGenerator

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu CleanSwiftArchitectureGenerator.
  • rmanguinho/clean-ts-apiAvatar rmanguinho

    rmanguinho/clean-ts-api

    1,913Vezi pe GitHub↗

    This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to support scalable server-side development. It provides a structured environment for building applications that require secure user authentication, role-based access control, and interactive data collection workflows. The framework distinguishes itself by enforcing a strict separation of business logic from infrastructure concerns through a layered design and dependency injection. It utilizes a schema-first approach to expose application functionality simultaneously through REST

    TypeScriptclean-architectureclean-codecoveralls
    Vezi pe GitHub↗1,913
  • stemmlerjs/ddd-forumAvatar stemmlerjs

    stemmlerjs/ddd-forum

    2,088Vezi pe GitHub↗

    This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a

    TypeScriptdddhackernewstypescript
    Vezi pe GitHub↗2,088
  • clean-swift/cleanstoreAvatar Clean-Swift

    Clean-Swift/CleanStore

    1,923Vezi pe GitHub↗

    A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.

    Swift
    Vezi pe GitHub↗1,923
  • sergdort/cleanarchitecturerxswiftAvatar sergdort

    sergdort/CleanArchitectureRxSwift

    4,100Vezi pe GitHub↗

    This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes software into distinct layers to decouple business rules from external frameworks, user interfaces, and infrastructure to improve testability and maintenance. The template incorporates Domain Driven Design to isolate core business logic and utilizes a modular application structure to divide features into independent modules. It employs the Coordinator pattern to remove routing logic from view controllers and a dependency injection framework to ensure components remain independent and

    Swift
    Vezi pe GitHub↗4,100
Vezi toate cele 5 alternative pentru CleanSwiftArchitectureGenerator→

Întrebări frecvente

Care sunt principalele funcționalități ale emrcftci/cleanswiftarchitecturegenerator?

Principalele funcționalități ale emrcftci/cleanswiftarchitecturegenerator sunt: Clean Architecture.

Care sunt câteva alternative open-source pentru emrcftci/cleanswiftarchitecturegenerator?

Alternativele open-source pentru emrcftci/cleanswiftarchitecturegenerator includ: rmanguinho/clean-ts-api — This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to… stemmlerjs/ddd-forum — This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for… clean-swift/cleanstore — A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to… sergdort/cleanarchitecturerxswift — This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes… tiagomartinho/reminders.