https://github.com/tkc/clean-architecture-scaffold
scaffold of clean architecture directory
https://github.com/tkc/clean-architecture-scaffold
clean-architecture clean-code scaffold
Last synced: 4 months ago
JSON representation
scaffold of clean architecture directory
- Host: GitHub
- URL: https://github.com/tkc/clean-architecture-scaffold
- Owner: tkc
- Created: 2020-04-06T06:54:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T07:50:30.000Z (over 6 years ago)
- Last Synced: 2025-08-22T16:51:57.114Z (11 months ago)
- Topics: clean-architecture, clean-code, scaffold
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clean-architecture-scaffold


```
├── README.md
├── domain
│ └── model
├── infrastructure
│ ├── api
│ ├── db
│ ├── device
│ ├── external
│ ├── ui
│ └── web
├── interface
│ ├── controller
│ ├── gateway
│ ├── presenter
│ └── repository
└── usecase
```