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

3 行
199 B

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