Appboot configuration file(config.yaml) is placed in the ~/.appboot/ directory. If you do not have this file, you can create the file yourself.
Currently in config.yaml you can configure templateRoot and templateSource.
templateRoot specifies the storage and retrieval path of the template. The default is ~/.appboot/templates/.
For example, templateRoot: /Users/catchzeng/Desktop/templates means set the template path to my Desktop templates directory.
templateSource indicates the source repository for obtaining templates. The default is https://github.com/appboot/templates.git. If the default repository cannot meet the requirements, you can specify your own repository.
For example, templateSource : https://github.com/CatchZeng/templates.git.