### Basic
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.

### Option
#### -s
`kuri generate "MyName" -s "Components..."`
You can generate with the components you specified.

#### -i
`kuri generate "MyName" -i`
You can interactively select the items you want to generate.

#### -t
'kuri generate "TemplateDirectoryName"
You can select the template directory.