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

13 行
555 B

{variables, [{appid, "myapp"}
,{copyright_year, "2014"}
,{copyright_holder, "Geoff Cant"}
,{author_name, "Geoff Cant"}
,{author_email, "nem@erlang.geek.nz"}
]}.
{template, "simpleapp.erl", "src/{{appid}}.erl"}.
{template, "otplib.app.src", "src/{{appid}}.app.src"}.
{template, "simplelogging.hrl", "src/{{appid}}_log.hrl"}.
{template, "simple_rebar.config", "rebar.config"}.
{template, "simpleapp_gitignore", ".gitignore"}.
{template, "LICENSE", "LICENSE"}.
{template, "README.md", "README.md"}.