Skip to content

Releases: Jeonhui/ClarchPlugin

release: 1.1.1

25 Apr 04:50

Choose a tag to compare

update

  • fix repository interface source directory path

1.1.0

10 Apr 11:11

Choose a tag to compare

Clarch Plugin 1.1.0

update architecture

architecture

release: 1.0.0

09 Apr 09:26

Choose a tag to compare

ClarchPlugin

Tuist Clean Architecture Plugin

The ClarchPlugin is a tool that helps iOS developers scaffold projects following the Clean Architecture pattern using Tuist.
It promotes Domain-Driven Design (DDD) by structuring code around core business logic and separating concerns into layers like Presentation, Domain, and Data. At the same time, it encourages Test-Driven Development (TDD) by generating testable modules and boilerplate test files, making it easier to write and maintain tests from the start.
This plugin streamlines the setup process, enforces architectural consistency, and supports scalable, maintainable app development.