Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 строки
555 B

10 лет назад
  1. {variables, [{appid, "myapp"}
  2. ,{copyright_year, "2014"}
  3. ,{copyright_holder, "Geoff Cant"}
  4. ,{author_name, "Geoff Cant"}
  5. ,{author_email, "nem@erlang.geek.nz"}
  6. ]}.
  7. {template, "simpleapp.erl", "src/{{appid}}.erl"}.
  8. {template, "otplib.app.src", "src/{{appid}}.app.src"}.
  9. {template, "simplelogging.hrl", "src/{{appid}}_log.hrl"}.
  10. {template, "simple_rebar.config", "rebar.config"}.
  11. {template, "simpleapp_gitignore", ".gitignore"}.
  12. {template, "LICENSE", "LICENSE"}.
  13. {template, "README.md", "README.md"}.