25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12 satır
555 B

10 yıl önce
  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"}.