The form of the generate command basically looks like this
kuri generate "MyName"
.
After Executing generate command, you can comfirm to want to append files and directories for MyNameEntity, MyNameRepository, MyNameView and so on into Xcode project.
kuri generate "MyName" -s "Components..."
You can generate with the components you specified.
kuri generate "MyName" -i
You can interactively select the items you want to generate.
'kuri generate "TemplateDirectoryName" You can select the template directory.