项目作者: edgarmiro

项目描述 :
Create the Clean Architecture directory structure in your projects
高级语言: Java
项目地址: git://github.com/edgarmiro/clean-plugin.git
创建时间: 2017-11-12T19:41:49Z
项目社区:https://github.com/edgarmiro/clean-plugin

开源协议:Apache License 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