- Target - Your project target name.
- ProjectRootPath - Your project root directory path.
- ProjectFileName - Your project file name.
- GenerateRootPath - You can specify the root directory path you want to generate.
You can customize Kuri.yml according to the following rules.
If you run the setup command the contents of Kuri.yml should look something like this.
DefaultTemplateDirectoryPath: ./KuriTemplate/
ProjectRootPath: ./
ProjectFileName: KuriDemo.xcodeproj
GenerateRootPath: ./KuriDemo/
Target: KuriDemo