$ ./scripts/setup.sh
$ ./scripts/bootstrap.sh
$ ./scripts/scene.sh YOUR_SCENE_NAME
ex) $ ./scripts/scene.sh Dummy
layer | protocol | implementation |
---|---|---|
View | { name }View | { name }ViewController |
Interactor | { name }Usecase | { name }Interactor |
Presenter | { name }Presentation | { name }Presenter |
Entity | - | - |
Router | FlowController |