選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
499 B

  1. {variables, []}.
  2. {template, "app.erl", "apps/{{appid}}/src/{{appid}}_app.erl"}.
  3. {template, "sup.erl", "apps/{{appid}}/src/{{appid}}_sup.erl"}.
  4. {template, "otp_app.app.src", "apps/{{appid}}/src/{{appid}}.app.src"}.
  5. {template, "rebar.config", "rebar.config"}.
  6. {template, "relx.config", "relx.config"}.
  7. {template, "sys.config", "config/sys.config"}.
  8. {template, "vm.args", "config/vm.args"}.
  9. {template, "gitignore", ".gitignore"}.
  10. {template, "LICENSE", "LICENSE"}.
  11. {template, "README.md", "README.md"}.