/clean-plugin

Create the Clean Architecture directory structure in your projects

Primary LanguageJavaApache License 2.0Apache-2.0

clean-plugin

Create the Clean Architecture directory structure in your projects

Clean Architecture

Install

  • IntelliJ IDEA -> Plugins -> Browse repositories
  • Search: Clean Architecture Plugin
  • Install & Restart IntelliJ IDEA

How To

  • Right click on your destination folder
  • New -> Create Clean structure

Result

  • The plugin will create the following folder structure:
    • data
      • sources
        • local
          • mappers
          • models
        • server
          • mappers
          • models
    • domain
      • models
      • usecase
    • presentation
      • features
      • mappers
      • models

Links