您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 行
206 B

  1. {variables, [{appid, "myapp"}]}.
  2. {template, "simpleapp.app.src", "src/{{appid}}.app.src"}.
  3. {template, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
  4. {template, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}.