소스 검색

Add variables def to simpleapp template

pull/3/head
Dave Smith 15 년 전
부모
커밋
1454b4faa6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      priv/templates/simpleapp.template

+ 1
- 0
priv/templates/simpleapp.template 파일 보기

@ -1,3 +1,4 @@
{variables, [{appid, "myapp"}]}.
{file, "simpleapp.app", "ebin/{{appid}}.app"}.
{file, "simpleapp_app.erl", "src/{{appid}}_app.erl"}.
{file, "simpleapp_sup.erl", "src/{{appid}}_sup.erl"}.

불러오는 중...
취소
저장