Create the Clean Architecture directory structure in your projects
- IntelliJ IDEA -> Plugins -> Browse repositories
- Search: Clean Architecture Plugin
- Install & Restart IntelliJ IDEA
- Right click on your destination folder
- New -> Create Clean structure
- The plugin will create the following folder structure:
- data
- sources
- local
- mappers
- models
- server
- mappers
- models
- local
- sources
- domain
- models
- usecase
- presentation
- features
- mappers
- models
- data